org.systinet.wasp.dd
Class DeploymentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.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

Constructor Summary
DeploymentException()
           
DeploymentException(java.lang.String reason)
           
DeploymentException(java.lang.String reason, java.lang.Throwable e)
           
DeploymentException(java.lang.Throwable e)
           
 
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

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)