Package one.microstream.exceptions
Class IORuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.microstream.exceptions.WrapperRuntimeException
one.microstream.exceptions.IORuntimeException
- All Implemented Interfaces:
Serializable
public class IORuntimeException extends WrapperRuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IORuntimeException(IOException actual)
-
Method Summary
Modifier and Type Method Description IOException
getActual()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getActual
- Overrides:
getActual
in classWrapperRuntimeException
-