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, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionRolledbackException()
TransactionRolledbackException
without
a detail message.public TransactionRolledbackException(String msg)
TransactionRolledbackException
with the
specified detail message.msg
- the detail message.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.