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

public class SerdeException extends IOException
Parent exception type for all serialization / deserialization exceptions.
See Also:
  • Constructor Details

    • SerdeException

      public SerdeException()
    • SerdeException

      public SerdeException(String message)
    • SerdeException

      public SerdeException(String message, Throwable cause)
    • SerdeException

      public SerdeException(Throwable cause)