Package com.mapr.fs

Class ErrnoException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClusterNotFoundException, RetryException, StaleFileException

public class ErrnoException extends IOException
See Also:
  • Constructor Details

    • ErrnoException

      public ErrnoException()
      Default constructor.
    • ErrnoException

      public ErrnoException(int error)
    • ErrnoException

      public ErrnoException(String message, Throwable cause)
    • ErrnoException

      public ErrnoException(String message)
    • ErrnoException

      public ErrnoException(Throwable cause)
    • ErrnoException

      public ErrnoException(String msg, int error)
    • ErrnoException

      public ErrnoException(String message, int error, Throwable cause)
    • ErrnoException

      public ErrnoException(int error, Throwable cause)
  • Method Details

    • getErrno

      public int getErrno()