javax.ejb

Class EJBException

public class EJBException extends RuntimeException

Constructor Summary
EJBException()
EJBException(Exception ex)
EJBException(String message)
EJBException(String message, Exception ex)
Method Summary
ExceptiongetCausedByException()
StringgetMessage()
voidprintStackTrace(PrintStream ps)
voidprintStackTrace()
voidprintStackTrace(PrintWriter pw)

Constructor Detail

EJBException

public EJBException()

EJBException

public EJBException(Exception ex)

EJBException

public EJBException(String message)

EJBException

public EJBException(String message, Exception ex)

Method Detail

getCausedByException

public Exception getCausedByException()

getMessage

public String getMessage()

printStackTrace

public void printStackTrace(PrintStream ps)

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintWriter pw)