|
||||||||||
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
javax.transaction.NotSupportedException
The NotSupportedException exception indicates that an operation is not
supported.
For example, the TransactionManager.begin()
and
UserTransaction.begin()
methods throw this exception if the
calling thread is already associated with a transaction, and nested
transactions are not supported.
Constructor Summary | |
NotSupportedException()
Creates a new NotSupportedException without a
detail message. |
|
NotSupportedException(java.lang.String msg)
Constructs an NotSupportedException with the specified
detail message. |
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 NotSupportedException()
NotSupportedException
without a
detail message.
public NotSupportedException(java.lang.String msg)
NotSupportedException
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 |