org.systinet.wasp.dd
Class DeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.idoox.util.WrappedException
org.systinet.wasp.dd.DeploymentException
- All Implemented Interfaces:
- java.io.Serializable
- public class DeploymentException
- extends WrappedException
This is an exception thrown in case of an error occurrence
during the processing of a deployment descriptor.
- Since:
- 4.0
- See Also:
- Serialized Form
- Component:
- Core
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 |
DeploymentException
public DeploymentException()
DeploymentException
public DeploymentException(java.lang.String reason)
DeploymentException
public DeploymentException(java.lang.String reason,
java.lang.Throwable e)
DeploymentException
public DeploymentException(java.lang.Throwable e)