public class TransactionRequiredException extends RemoteException
detail| Constructor and Description |
|---|
TransactionRequiredException()
Creates a new
TransactionRequiredException without a
detail message. |
TransactionRequiredException(String msg)
Constructs an
TransactionRequiredException with the
specified detail message. |
getCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionRequiredException()
TransactionRequiredException without a
detail message.public TransactionRequiredException(String msg)
TransactionRequiredException with the
specified detail message.msg - the detail message.Copyright © 2019 JBoss by Red Hat. All rights reserved.