com.sas.iquery.util
Class RetryUtil.FailAction

com.sas.iquery.util.RetryUtil.FailAction
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RetryUtil

public static class RetryUtil.FailAction

Exception thrown by the RetryUtil.tryAction() method when the action fails and no retry should be done. If there is an originating exception, it will be available thru the getCause().

See Also:
Serialized Form

Constructor Summary
RetryUtil.FailAction()
           
RetryUtil.FailAction(java.lang.Throwable e)
           
 

Constructor Detail

RetryUtil.FailAction

public RetryUtil.FailAction(java.lang.Throwable e)

RetryUtil.FailAction

public RetryUtil.FailAction()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.