Package io.micronaut.serde.exceptions
Class SerdeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.micronaut.serde.exceptions.SerdeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidFormatException
Parent exception type for all serialization / deserialization exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionSerdeException
(String message) SerdeException
(String message, Throwable cause) SerdeException
(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
-
SerdeException
public SerdeException() -
SerdeException
-
SerdeException
-
SerdeException
-