Package dev.oak3.sbs4j.exception
Class ValueDeserializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- dev.oak3.sbs4j.exception.ValueDeserializationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValueDeserializationException extends java.lang.Exception
Thrown when type could not be deserialized- Since:
- 0.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueDeserializationException(java.lang.String message)
ValueDeserializationException(java.lang.String message, java.lang.Throwable cause)
-