weblogic.jws
Class RetryException

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

Deprecated.

public class RetryException
extends 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:

See Also:
RetryException, Serialized Form

Field Summary
 
Fields inherited from class com.bea.jws.RetryException
DEFAULT_DELAY
 
Constructor Summary
RetryException(String s)
          Deprecated.  
RetryException(String s, long retrySeconds)
          Deprecated.  
RetryException(String s, String retryString)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.bea.jws.RetryException
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetryException

public RetryException(String s,
                      long retrySeconds)
Deprecated. 

RetryException

public RetryException(String s,
                      String retryString)
Deprecated. 

RetryException

public RetryException(String s)
Deprecated.