Package com.mapr.fs
Class StaleFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.mapr.fs.ErrnoException
-
- com.mapr.fs.StaleFileException
-
- All Implemented Interfaces:
java.io.Serializable
public class StaleFileException extends ErrnoException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StaleFileException()StaleFileException(java.lang.String msg)StaleFileException(java.lang.String message, java.lang.Throwable cause)StaleFileException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFilePath()java.lang.StringgetMessage()booleanisNoRetry()StaleFileExceptionnoRetry()-
Methods inherited from class com.mapr.fs.ErrnoException
getErrno
-
-
-
-
Constructor Detail
-
StaleFileException
public StaleFileException()
-
StaleFileException
public StaleFileException(java.lang.String msg)
-
StaleFileException
public StaleFileException(java.lang.String message, java.lang.Throwable cause)
-
StaleFileException
public StaleFileException(java.lang.Throwable cause)
-
-
Method Detail
-
isNoRetry
public boolean isNoRetry()
-
noRetry
public StaleFileException noRetry()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessagein classjava.lang.Throwable
-
getFilePath
public java.lang.String getFilePath()
-
-