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.
    Author:
    Peter Veentjer.
    See Also:
    Serialized Form
    • Constructor Detail

      • 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