Class TimeoutExpiredException

All Implemented Interfaces:
Serializable

public class TimeoutExpiredException extends TransactionException
Exception thrown when a transaction timeout has expired.
Since:
1.0
Author:
Sun Microsystems, Inc.
See Also:
  • Field Details

    • committed

      public boolean committed
      True if the transaction committed before the timeout.
  • Constructor Details

    • TimeoutExpiredException

      public TimeoutExpiredException(boolean committed)
      Constructs an instance with no detail message.
      Parameters:
      committed - whether the transaction committed before the timeout.
    • TimeoutExpiredException

      public TimeoutExpiredException(String desc, boolean committed)
      Constructs an instance with a detail message.
      Parameters:
      desc - the detail message
      committed - whether the transaction committed before the timeout.