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