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