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, toString
public EJBException()
public EJBException(Exception ex)
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 © 2013. All Rights Reserved.