public class HeuristicRollbackException
extends java.lang.Exception
Constructor and Description |
---|
HeuristicRollbackException()
Creates a new
HeuristicRollbackException without a
detail message. |
HeuristicRollbackException(java.lang.String msg)
Constructs an
HeuristicRollbackException with the
specified detail message. |
public HeuristicRollbackException()
HeuristicRollbackException
without a
detail message.public HeuristicRollbackException(java.lang.String msg)
HeuristicRollbackException
with the
specified detail message.msg
- the detail message.