|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.idoox.util.WrappedException
org.systinet.wasp.admin.DeployException
This exception can be thrown when deployment related error occurs.
WrappedException,
Serialized Form| Constructor Summary | |
DeployException()
Creates a new DeployException instance. |
|
DeployException(java.lang.String message)
Creates a new DeployException instance. |
|
DeployException(java.lang.String message,
java.lang.Throwable reason)
Creates a new DeployException instance. |
|
DeployException(java.lang.Throwable reason)
Creates a new DeployException instance. |
|
| Methods inherited from class org.idoox.util.WrappedException |
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DeployException()
DeployException instance.
public DeployException(java.lang.String message)
DeployException instance.
message - the message
public DeployException(java.lang.String message,
java.lang.Throwable reason)
DeployException instance.
message - the messagereason - the embedded exceptionpublic DeployException(java.lang.Throwable reason)
DeployException instance.
reason - the embedded exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||