springs.util.retries
Class OutOfAttemptsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--springs.util.SpringsException
|
+--springs.util.retries.OutOfAttemptsException
- All Implemented Interfaces:
- java.io.Serializable
- public class OutOfAttemptsException
- extends SpringsException
A exception thrown when the maximum number of attempts allowed to perform a certain task is reached.
- Author:
- Sergio Ilarri Artigas
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OutOfAttemptsException
public OutOfAttemptsException()
OutOfAttemptsException
public OutOfAttemptsException(java.lang.String msg)
OutOfAttemptsException
public OutOfAttemptsException(java.lang.Throwable t)
OutOfAttemptsException
public OutOfAttemptsException(java.lang.String mensaje,
java.lang.Throwable t)