org.apache.openejb
Class UndeployException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.openejb.OpenEJBException
org.apache.openejb.UndeployException
- All Implemented Interfaces:
- java.io.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
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 |
UndeployException
public UndeployException()
UndeployException
public UndeployException(java.lang.String message)
UndeployException
public UndeployException(java.lang.String message,
java.lang.Throwable rootCause)
UndeployException
public UndeployException(java.lang.Throwable rootCause)
getCauses
public java.util.List<java.lang.Throwable> getCauses()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.