Package com.mapr.fs
Class RetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.mapr.fs.ErrnoException
com.mapr.fs.RetryException
- All Implemented Interfaces:
Serializable
This class tracks exception for any operation
which needs a retry (as suggested by jni/server).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRetryException(String msg) RetryException(String message, Throwable cause) RetryException(Throwable cause) -
Method Summary
Methods inherited from class com.mapr.fs.ErrnoException
getErrnoMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryException
public RetryException() -
RetryException
-
RetryException
-
RetryException
-
-
Method Details
-
isNoRetry
public boolean isNoRetry() -
noRetry
-
getMessage
- Overrides:
getMessagein classThrowable
-
getFilePath
-