org.apache.openejb
Class UndeployException

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

public class UndeployException
extends OpenEJBException

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $
See Also:
Serialized Form

Constructor Summary
UndeployException()
           
UndeployException(String message)
           
UndeployException(String message, Throwable rootCause)
           
UndeployException(Throwable rootCause)
           
 
Method Summary
 List<Throwable> getCauses()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class org.apache.openejb.OpenEJBException
getMessage, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndeployException

public UndeployException()

UndeployException

public UndeployException(String message)

UndeployException

public UndeployException(String message,
                         Throwable rootCause)

UndeployException

public UndeployException(Throwable rootCause)
Method Detail

getCauses

public List<Throwable> getCauses()

printStackTrace

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

printStackTrace

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


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