Package org.multiverse.commitbarriers
Class CommitBarrierOpenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.multiverse.commitbarriers.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 Summary
Constructors Constructor Description CommitBarrierOpenException(String message)
Creates a new CommitBarrierOpenException with the provided message.CommitBarrierOpenException(String message, Throwable cause)
Creates a new CommitBarrierOpenException with the provided message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CommitBarrierOpenException
public CommitBarrierOpenException(String message)
Creates a new CommitBarrierOpenException with the provided message.- Parameters:
message
- the message
-
-