Package com.mapr.fs

Class RetryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RetryException
    extends ErrnoException
    This class tracks exception for any operation which needs a retry (as suggested by jni/server).
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFilePath()  
      java.lang.String getMessage()  
      boolean isNoRetry()  
      RetryException noRetry()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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

      • RetryException

        public RetryException()
      • RetryException

        public RetryException​(java.lang.String msg)
      • RetryException

        public RetryException​(java.lang.String message,
                              java.lang.Throwable cause)
      • RetryException

        public RetryException​(java.lang.Throwable cause)
    • Method Detail

      • isNoRetry

        public boolean isNoRetry()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getFilePath

        public java.lang.String getFilePath()