Package com.mapr.fs
Class ErrnoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.mapr.fs.ErrnoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClusterNotFoundException,RetryException,StaleFileException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ErrnoException(int error) ErrnoException(int error, Throwable cause) ErrnoException(String message) ErrnoException(String msg, int error) ErrnoException(String message, int error, Throwable cause) ErrnoException(String message, Throwable cause) ErrnoException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrnoException
public ErrnoException()Default constructor. -
ErrnoException
public ErrnoException(int error) -
ErrnoException
-
ErrnoException
-
ErrnoException
-
ErrnoException
-
ErrnoException
-
ErrnoException
-
-
Method Details
-
getErrno
public int getErrno()
-