|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.osgi.deployment.maven.DeploymentPluginException
public class DeploymentPluginException
The DeploymentPluginException
is thrown by the DeploymentPlugin to indicate an error in the creation of the OSGi Deployment-Package.
Constructor Summary | |
---|---|
DeploymentPluginException(java.lang.String p_message)
Constructor which creates an Exception with no original cause ( Throwable ) . |
|
DeploymentPluginException(java.lang.String p_message,
java.lang.Throwable p_cause)
Constructor which creates an Exception chain with a message and a Throwable as the cause of this exception. |
|
DeploymentPluginException(java.lang.Throwable p_cause)
Constructor which creates an Exception chain with a Throwable as the cause of this exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeploymentPluginException(java.lang.String p_message, java.lang.Throwable p_cause)
Throwable
as the cause of this exception.
p_message
- the message of this exceptionp_cause
- the cause of this exceptionpublic DeploymentPluginException(java.lang.Throwable p_cause)
Throwable
as the cause of this exception. No message is provided.
p_cause
- p_cause the cause of this exceptionpublic DeploymentPluginException(java.lang.String p_message)
Throwable
) . Only a message is provided.
p_message
- the message of this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |