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