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:
- Serializable
public class UndeployException
- extends OpenEJBException
- Version:
- $Rev: 1153797 $ $Date: 2011-08-04 09:09:44 +0000 (Thu, 04 Aug 2011) $
- See Also:
- Serialized Form
UndeployException
public UndeployException()
UndeployException
public UndeployException(String message)
UndeployException
public UndeployException(String message,
Throwable rootCause)
UndeployException
public UndeployException(Throwable rootCause)
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-2011 The Apache Software Foundation. All Rights Reserved.