org.multiverse.api.exceptions
Class RetryTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RetryTimeoutException
public RetryTimeoutException(String msg)
RetryTimeoutException
public RetryTimeoutException(String message,
Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.