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
ActionFailed()
           
ActionFailed(java.lang.Throwable e)
           
 

Constructor Detail

ActionFailed

public ActionFailed(java.lang.Throwable e)

ActionFailed

public ActionFailed()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.