org.objectweb.dsrg.sofa.deployment
Class DeploymentErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dsrg.sofa.SOFAException
              extended by org.objectweb.dsrg.sofa.deployment.DeploymentErrorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IncorrectDeploymentRequestException

public class DeploymentErrorException
extends SOFAException

See Also:
Serialized Form

Constructor Summary
DeploymentErrorException()
           
DeploymentErrorException(java.lang.String mesg)
           
DeploymentErrorException(java.lang.String mesg, java.lang.Throwable t)
           
DeploymentErrorException(java.lang.Throwable t)
           
 
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

DeploymentErrorException

public DeploymentErrorException()

DeploymentErrorException

public DeploymentErrorException(java.lang.String mesg)

DeploymentErrorException

public DeploymentErrorException(java.lang.Throwable t)

DeploymentErrorException

public DeploymentErrorException(java.lang.String mesg,
                                java.lang.Throwable t)