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$ $Date$
- 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–2015 The Apache Software Foundation. All rights reserved.