weblogic.wsee.jws
Class RetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
weblogic.wsee.jws.RetryException
All Implemented Interfaces: Serializable
public class RetryException extends RuntimeException
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 @MessageBuffer
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.
See Also: Serialized Form
Methods inherited from class java.lang.Throwable
fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
DEFAULT_DELAY
public static final String DEFAULT_DELAY
See Also: Constant Field Values
RetryException
public RetryException (String s,
long retrySeconds)
RetryException
public RetryException (String s,
String retryString)
RetryException
public RetryException (String s)
getRetryDelay
public String getRetryDelay ()
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD