Package io.mats3.serial
Class MatsSerializer.SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mats3.serial.MatsSerializer.SerializationException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- MatsSerializer<Z>
The methods in this interface shall throw this RuntimeException if they encounter problems.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSerializationException
(String message) SerializationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SerializationException
-
SerializationException
-