RetryException Class

com.bea.jws
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:


Hierarchy
Object
  Throwable
    Exception
      RetryException
All Implemented Interfaces

Serializable
Direct Known Subclasses

RetryException

Field Summary

public static final String
DEFAULT_DELAY
String
 

Constructor Summary

RetryException(String s, String retryString)

RetryException(String s, long retrySeconds)

RetryException(String s)

 

Method Summary

public String
getRetryDelay()
 
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
   

Field Detail

DEFAULT_DELAY

public static final String DEFAULT_DELAY

 

Constructor Detail

RetryException

public RetryException(String s, 
                      String retryString)

RetryException

public RetryException(String s, 
                      long retrySeconds)

RetryException

public RetryException(String s)
 

Method Detail

getRetryDelay() Method

public String getRetryDelay()