|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jbi.JBIException
javax.jbi.management.DeploymentException
public class DeploymentException
DeploymentException is an exception thrown by the Deployment Service and the Service Unit Manager.
Constructor Summary | |
---|---|
DeploymentException(String aMessage)
Creates a new instance of DeploymentException with an exception detail message. |
|
DeploymentException(String aMessage,
Throwable aCause)
Creates a new instance of DeploymentException with and exception detail message and a cause. |
|
DeploymentException(Throwable aCause)
Creates a new instance of DeploymentException with the specified cause. |
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 DeploymentException(String aMessage)
aMessage
- the detail message for this exception.public DeploymentException(String aMessage, Throwable aCause)
aMessage
- the detail message for this exception.aCause
- Error
or Exception
which
represents the cause of the problem (null
if none,
or if the cause is not known).public DeploymentException(Throwable aCause)
aCause
- Error
or Exception
which
represents the cause of the problem (null
if none,
or if the cause is not known).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |