javax.ejb
Class EJBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EJBAccessException, EJBTransactionRequiredException, EJBTransactionRolledbackException, NoSuchEJBException, NoSuchObjectLocalException
public class EJBException
- extends java.lang.RuntimeException
- Author:
- Florent Benoit
- See Also:
- EJB 3.0 specification,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- UID for serialization.
- See Also:
- Constant Field Values
causedByException
private java.lang.Exception causedByException
EJBException
public EJBException()
EJBException
public EJBException(java.lang.Exception causedByException)
EJBException
public EJBException(java.lang.String message)
EJBException
public EJBException(java.lang.String message,
java.lang.Exception causedByException)
getCausedByException
public java.lang.Exception getCausedByException()