com.bea.control
Class RetryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.control.RetryException
All Implemented Interfaces:
Serializable

public class RetryException
extends RuntimeException

This class can be thrown by controls methods that are buffered to indicate that the method should be called again at a later point in time.

The retryDelay value can be one of:

See Also:
Serialized Form

Field Summary
static String DEFAULT_DELAY
           
 
Constructor Summary
RetryException(String s)
           
RetryException(String s, long retrySeconds)
           
RetryException(String s, String retryString)
           
 
Method Summary
 String getRetryDelay()
           
 
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
 

Field Detail

DEFAULT_DELAY

public static final String DEFAULT_DELAY
See Also:
Constant Field Values
Constructor Detail

RetryException

public RetryException(String s,
                      long retrySeconds)

RetryException

public RetryException(String s,
                      String retryString)

RetryException

public RetryException(String s)
Method Detail

getRetryDelay

public String getRetryDelay()