RetryException Class

DEPRECATED

weblogic.jws
RetryException Class

public class RetryException

    extends com.bea.jws.RetryException

This class can be thrown by JWS applications on non-blocking ports to indicate that the method should be reattempted at a later point in time.

The retryDelay value can be one of:

Related Topics

RetryException


Hierarchy
Object
  Throwable
    Exception
      com.bea.jws.RetryException
        RetryException
All Implemented Interfaces

Serializable

Field Summary

   
Fields from  com.bea.jws.com.bea.jws.RetryException
DEFAULT_DELAY
 

Constructor Summary

RetryException(String s, String retryString)

RetryException(String s, long retrySeconds)

RetryException(String s)

 

Method Summary

 
Methods from  com.bea.jws.com.bea.jws.RetryException
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
   

Constructor Detail

RetryException

public RetryException(String s, 
                      String retryString)

RetryException

public RetryException(String s, 
                      long retrySeconds)

RetryException

public RetryException(String s)