org.ow2.util.plan.bindings.exceptions
Class InvalidDeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.util.plan.bindings.exceptions.InvalidDeploymentException
All Implemented Interfaces:
Serializable

public class InvalidDeploymentException
extends Exception

Exception throw when an invalid deployment is encountered.

Author:
Mickaƫl LEDUQUE
See Also:
Serialized Form

Constructor Summary
InvalidDeploymentException()
          
InvalidDeploymentException(String message)
          
InvalidDeploymentException(String message, Throwable cause)
          
InvalidDeploymentException(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

InvalidDeploymentException

public InvalidDeploymentException()


InvalidDeploymentException

public InvalidDeploymentException(Throwable t)


InvalidDeploymentException

public InvalidDeploymentException(String message)


InvalidDeploymentException

public InvalidDeploymentException(String message,
                                  Throwable cause)



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.