org.apache.openejb.config
Class Deploy.DeploymentTerminatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.openejb.config.Deploy.DeploymentTerminatedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Undeploy.DeploymentTerminatedException
Enclosing class:
Deploy

public static class Deploy.DeploymentTerminatedException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
Deploy.DeploymentTerminatedException(java.lang.String message)
           
Deploy.DeploymentTerminatedException(java.lang.String message, 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

Deploy.DeploymentTerminatedException

public Deploy.DeploymentTerminatedException(java.lang.String message)

Deploy.DeploymentTerminatedException

public Deploy.DeploymentTerminatedException(java.lang.String message,
                                            java.lang.Throwable cause)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.