org.jvnet.hk2.config
Class RetryableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jvnet.hk2.config.RetryableException
All Implemented Interfaces:
Serializable

public class RetryableException
extends Exception

RetryableException indicates that an operation failed to execute property but could be successful in a later attempt

Author:
Jerome Dochez
See Also:
Serialized Form

Constructor Summary
RetryableException()
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetryableException

public RetryableException()


Copyright © 2013 Oracle Corporation. All Rights Reserved.