javax.ejb

Class EJBException

Known Direct Subclasses:
AccessLocalException, NoSuchEntityException, NoSuchObjectLocalException, TransactionRequiredLocalException, TransactionRolledbackLocalException

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()
void
printStackTrace(PrintStream ps)
void
printStackTrace(PrintWriter pw)

Constructor Details

EJBException

public EJBException()

EJBException

public EJBException(Exception ex)

EJBException

public EJBException(String message)

EJBException

public EJBException(String message,
                    Exception ex)

Method Details

getCausedByException

public Exception getCausedByException()

getMessage

public String getMessage()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream ps)

printStackTrace

public void printStackTrace(PrintWriter pw)