com.googlecode.icegem.utils
Class OperationRetryFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.googlecode.icegem.utils.OperationRetryFailedException
- All Implemented Interfaces:
- Serializable
public class OperationRetryFailedException
- extends Exception
is thrown when maximum number of retries exceeded.
- Author:
- Alexey Kharlamov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationRetryFailedException
public OperationRetryFailedException()
OperationRetryFailedException
public OperationRetryFailedException(String message,
Throwable cause)
OperationRetryFailedException
public OperationRetryFailedException(String message)
OperationRetryFailedException
public OperationRetryFailedException(Throwable cause)
Copyright © 2011. All Rights Reserved.