org.objectweb.dsrg.sofa.deployment
Class IncorrectDeploymentRequestException

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
                  extended by org.objectweb.dsrg.sofa.deployment.IncorrectDeploymentRequestException
All Implemented Interfaces:
java.io.Serializable

public class IncorrectDeploymentRequestException
extends DeploymentErrorException

See Also:
Serialized Form

Constructor Summary
IncorrectDeploymentRequestException()
           
IncorrectDeploymentRequestException(java.lang.String msg)
           
IncorrectDeploymentRequestException(java.lang.String msg, java.lang.Throwable cause)
           
IncorrectDeploymentRequestException(java.lang.Throwable cause)
           
 
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

IncorrectDeploymentRequestException

public IncorrectDeploymentRequestException()

IncorrectDeploymentRequestException

public IncorrectDeploymentRequestException(java.lang.String msg)

IncorrectDeploymentRequestException

public IncorrectDeploymentRequestException(java.lang.Throwable cause)

IncorrectDeploymentRequestException

public IncorrectDeploymentRequestException(java.lang.String msg,
                                           java.lang.Throwable cause)