|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.ejb.EJBTransactionRequiredException
public class EJBTransactionRequiredException
This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction.
| Constructor Summary | |
|---|---|
EJBTransactionRequiredException()
Constructs a TransactionRequiredLocalException with no detail message. |
|
EJBTransactionRequiredException(java.lang.String message)
Constructs a TransactionRequiredLocalException with the specified detailed message. |
|
| Method Summary |
|---|
| Methods inherited from class javax.ejb.EJBException |
|---|
getCausedByException |
| 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 |
| Constructor Detail |
|---|
public EJBTransactionRequiredException()
public EJBTransactionRequiredException(java.lang.String message)
message - - The detailed message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||