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.
version: $Revision: 57196 $
Constructor Summary
public
NotSupportedException() Creates a new NotSupportedException without a
detail message.