public class EJBException extends RuntimeException
| Constructor and Description |
|---|
EJBException() |
EJBException(Exception ex) |
EJBException(String message) |
EJBException(String message,
Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getCausedByException() |
String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic EJBException()
public EJBException(Exception ex)
public EJBException(String message)
public Exception getCausedByException()
public String getMessage()
getMessage in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class ThrowableCopyright © 2013. All Rights Reserved.