org.multiverse.api.exceptions
Class NoRetryPossibleException

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.api.exceptions.IllegalTransactionStateException
                      extended by org.multiverse.api.exceptions.NoRetryPossibleException
All Implemented Interfaces:
java.io.Serializable

public class NoRetryPossibleException
extends IllegalTransactionStateException

An IllegalTransactionStateException that indicates that a retry is done, without the possibility of progress, for example when the readset is empty.

No reason to createReference a singleton for performance reasons since this exception should not occur. So if it does, we want a complete stacktrace.

Author:
Peter Veentjer.
See Also:
Serialized Form

Constructor Summary
NoRetryPossibleException()
           
NoRetryPossibleException(java.lang.String message)
           
NoRetryPossibleException(java.lang.String message, java.lang.Throwable cause)
           
NoRetryPossibleException(java.lang.Throwable 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

NoRetryPossibleException

public NoRetryPossibleException()

NoRetryPossibleException

public NoRetryPossibleException(java.lang.String message)

NoRetryPossibleException

public NoRetryPossibleException(java.lang.String message,
                                java.lang.Throwable cause)

NoRetryPossibleException

public NoRetryPossibleException(java.lang.Throwable cause)


Copyright © 2008-2010 Multiverse. All Rights Reserved.