org.apache.openejb
Class DeploymentNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.openejb.DeploymentNotFoundException
All Implemented Interfaces:
Serializable

public class DeploymentNotFoundException
extends Exception

Version:
$Revision: 450758 $ $Date: 2006-09-28 10:40:18 +0200 (Do, 28. Sep 2006) $
See Also:
Serialized Form

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

DeploymentNotFoundException

public DeploymentNotFoundException()

DeploymentNotFoundException

public DeploymentNotFoundException(String message)

DeploymentNotFoundException

public DeploymentNotFoundException(String message,
                                   Throwable cause)

DeploymentNotFoundException

public DeploymentNotFoundException(Throwable cause)


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