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, DeploymentSyntaxException, UnknownEJBRefException, UnresolvedEJBRefException, UnresolvedReferenceException

public class DeploymentException
extends Exception

See Also:
Serialized Form

Constructor Summary
DeploymentException()
           
DeploymentException(String message)
           
DeploymentException(String message, List<? extends Throwable> causes)
           
DeploymentException(String message, Throwable cause)
           
DeploymentException(Throwable cause)
           
 
Method Summary
 DeploymentException cleanse()
           
protected static org.apache.geronimo.common.DeploymentException.CleanseException cleanse(Throwable root)
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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)

DeploymentException

public DeploymentException(String message,
                           List<? extends Throwable> causes)
Method Detail

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable

cleanse

public DeploymentException cleanse()

cleanse

protected static org.apache.geronimo.common.DeploymentException.CleanseException cleanse(Throwable root)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.