javax.ejb
public class EJBException extends RuntimeException
| Constructor Summary | |
|---|---|
| EJBException() | |
| EJBException(Exception ex) | |
| EJBException(String message) | |
| EJBException(String message, Exception ex) | |
| Method Summary | |
|---|---|
| Exception | getCausedByException() |
| String | getMessage() |
| void | printStackTrace(PrintStream ps) |
| void | printStackTrace() |
| void | printStackTrace(PrintWriter pw) |