org.systinet.wasp.admin
Class DeployException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.systinet.wasp.admin.DeployException
All Implemented Interfaces:
java.io.Serializable

public class DeployException
extends WrappedException

This exception can be thrown when deployment related error occurs.

Since:
4.0
See Also:
WrappedException, Serialized Form
Component:
Core-Services

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

DeployException

public DeployException()
Creates a new DeployException instance.


DeployException

public DeployException(java.lang.String message)
Creates a new DeployException instance.

Parameters:
message - the message

DeployException

public DeployException(java.lang.String message,
                       java.lang.Throwable reason)
Creates a new DeployException instance.

Parameters:
message - the message
reason - the embedded exception

DeployException

public DeployException(java.lang.Throwable reason)
Creates a new DeployException instance.

Parameters:
reason - the embedded exception