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