public class NotSupportedException extends Exception
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 and Description |
---|
NotSupportedException()
Creates a new
NotSupportedException without a
detail message. |
NotSupportedException(String msg)
Constructs an
NotSupportedException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotSupportedException()
NotSupportedException
without a
detail message.public NotSupportedException(String msg)
NotSupportedException
with the specified
detail message.msg
- the detail message.Copyright © 2019 JBoss by Red Hat. All rights reserved.