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
An IllegalStateException that indicates that an operation was executed on the CommitBarrier while it
already is opened.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommitBarrierOpenException
(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 Details
-
CommitBarrierOpenException
Creates a new CommitBarrierOpenException with the provided message.- Parameters:
message
- the message
-
CommitBarrierOpenException
Creates a new CommitBarrierOpenException with the provided message and cause.- Parameters:
message
- the messagecause
- the cause
-