Package com.mapr.fs.hbase
Class RuntimeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mapr.fs.hbase.RuntimeIOException
- All Implemented Interfaces:
Serializable
This class is used to wrap a checked exceptions from a code
which does not want to throw a checked exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptiondefault constructorConstructorConstructor taking a message and another exception.Constructor taking another exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeIOException
public RuntimeIOException()default constructor -
RuntimeIOException
Constructor- Parameters:
s- message
-
RuntimeIOException
Constructor taking another exception.- Parameters:
t- Exception to grab data from.
-
RuntimeIOException
Constructor taking a message and another exception.- Parameters:
s- messaget- Exception to grab data from.
-