public class EJBException extends RuntimeException
| Constructor and Description |
|---|
EJBException() |
EJBException(Exception causeException) |
EJBException(String message) |
EJBException(String message,
Exception causeException) |
| 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 causeException)
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 © 2021. All rights reserved.