RetryException Class
- public class RetryException
extends Exception
This class can be thrown by JWS applications on non-blocking ports to
indicate that the method should be called again at a later point in
time.
The retryDelay
value can be one of:
- DEFAULT_DELAY - use delay specified declaratively in JWS @Nonblocking
- 0 - no delay on retry
- n - delay for 'n' seconds before retry
- duration - a duration string in the format used for the retryDelay
attribute of the \@jws:message-buffer tag.
-
Hierarchy
-
Object
Throwable
Exception
RetryException
-
All Implemented Interfaces
-
Serializable
-
Direct Known Subclasses
-
RetryException
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_DELAY
public static final String
DEFAULT_DELAY
RetryException
public RetryException(String
s,
String
retryString)
RetryException
public RetryException(String
s,
long retrySeconds)
RetryException
public RetryException(String
s)
getRetryDelay() Method
public String
getRetryDelay()