Module json_values
Package jsonvalues

Class JsSerializerException

All Implemented Interfaces:
Serializable

public class JsSerializerException extends RuntimeException
Represent an exception that is thrown while serializing a JSON into an array of bytes.
See Also:
  • Constructor Details

    • JsSerializerException

      public JsSerializerException(String reason)
    • JsSerializerException

      public JsSerializerException(String reason, Throwable cause)