org.multiverse.commitbarriers
Class CommitBarrierOpenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by 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
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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


Copyright © 2012. All Rights Reserved.