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, toString
public EJBException()
public EJBException(Exception causeException)
public EJBException(String message)
public Exception getCausedByException()
public String getMessage()
getMessage
in class Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
Copyright © 2017. All rights reserved.