public class UndeployException extends OpenEJBException
| Constructor and Description |
|---|
UndeployException() |
UndeployException(String message) |
UndeployException(String message,
Throwable rootCause) |
UndeployException(Throwable rootCause) |
| Modifier and Type | Method and Description |
|---|---|
List<Throwable> |
getCauses() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
getMessage, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic UndeployException()
public UndeployException(String message)
public UndeployException(Throwable rootCause)
public void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.