org.multiverse.api.exceptions
Class RetryTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.multiverse.api.exceptions.RetryTimeoutException
All Implemented Interfaces:
Serializable

public class RetryTimeoutException
extends RuntimeException

A RuntimeException that is thrown in case of a transaction timeout on a blocking operation (using the retry primitive).

Author:
Peter Veentjer
See Also:
Serialized Form

Constructor Summary
RetryTimeoutException(String msg)
           
RetryTimeoutException(String message, 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

RetryTimeoutException

public RetryTimeoutException(String msg)

RetryTimeoutException

public RetryTimeoutException(String message,
                             Throwable cause)


Copyright © 2008-2010 Multiverse. All Rights Reserved.