com.sas.iquery.util
Class RetryUtil.ActionFailed

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

public static class RetryUtil.ActionFailed

Exception thrown by the RetryUtil.tryAction() method when the action fails and cannot be retried or all retries fail. If there is an originating exception, it will be available thru the getCause().

See Also:
Serialized Form

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

Constructor Detail

RetryUtil.ActionFailed

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

RetryUtil.ActionFailed

public RetryUtil.ActionFailed()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.