org.apache.geronimo.common
Class DeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.common.DeploymentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousEJBRefException, UnknownEJBRefException, UnresolvedEJBRefException, UnresolvedReferenceException

public class DeploymentException
extends Exception

See Also:
Serialized Form

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

DeploymentException

public DeploymentException()

DeploymentException

public DeploymentException(Throwable cause)

DeploymentException

public DeploymentException(String message)

DeploymentException

public DeploymentException(String message,
                           Throwable cause)
Method Detail

cleanse

public DeploymentException cleanse()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.