Class CommitBarrierOpenException

All Implemented Interfaces:
Serializable

public class CommitBarrierOpenException extends IllegalStateException
An IllegalStateException that indicates that an operation was executed on the CommitBarrier while it already is opened.
See Also:
  • Constructor Details

    • CommitBarrierOpenException

      public CommitBarrierOpenException(String message)
      Creates a new CommitBarrierOpenException with the provided message.
      Parameters:
      message - the message
    • CommitBarrierOpenException

      public CommitBarrierOpenException(String message, Throwable cause)
      Creates a new CommitBarrierOpenException with the provided message and cause.
      Parameters:
      message - the message
      cause - the cause