Class CannotCommitException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotCommitDistributedException

public class CannotCommitException extends TransactionException
Exception thrown when a transaction cannot commit because it has already aborted or must now be aborted.
Since:
1.0
Author:
Sun Microsystems, Inc.
See Also:
  • Constructor Details

    • CannotCommitException

      public CannotCommitException(String desc)
      Constructs an instance with a detail message.
      Parameters:
      desc - the detail message
    • CannotCommitException

      public CannotCommitException(String desc, Throwable cause)
    • CannotCommitException

      public CannotCommitException()
      Constructs an instance with no detail message.