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, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionRequiredException()
TransactionRequiredException
without a
detail message.public TransactionRequiredException(String msg)
TransactionRequiredException
with the
specified detail message.msg
- the detail message.Copyright © 2016 JBoss by Red Hat. All rights reserved.