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