|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
javax.transaction.TransactionRequiredException
This exception indicates that a remote invocation request carried a null transaction context, but that an active transaction context was needed.
Field Summary |
Fields inherited from class java.rmi.RemoteException |
detail |
Constructor Summary | |
TransactionRequiredException()
Creates a new TransactionRequiredException without a
detail message. |
|
TransactionRequiredException(java.lang.String msg)
Constructs an TransactionRequiredException with the
specified detail message. |
Methods inherited from class java.rmi.RemoteException |
getCause, getMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, 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 TransactionRequiredException()
TransactionRequiredException
without a
detail message.
public TransactionRequiredException(java.lang.String msg)
TransactionRequiredException
with the
specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |