Package com.mapr.fs

Class RetryException

All Implemented Interfaces:
Serializable

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

    • RetryException

      public RetryException()
    • RetryException

      public RetryException(String msg)
    • RetryException

      public RetryException(String message, Throwable cause)
    • RetryException

      public RetryException(Throwable cause)
  • Method Details