Class SupportJson.JsonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.fmjsjx.libnetty.http.server.middleware.SupportJson.JsonException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SupportJson
@Deprecated public static class SupportJson.JsonException extends java.lang.RuntimeExceptionDeprecated.please useJsonLibrary.JsonExceptioninsteadA runtime exception threw by a JSON encoder/decoder.- Since:
- 1.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonException(java.lang.String message, java.lang.Throwable cause)Deprecated.Constructs a new JSON exception with the specified detail message and cause.JsonException(java.lang.Throwable cause)Deprecated.Constructs a new JSON exception with the specified cause.
-
-
-
Constructor Detail
-
JsonException
public JsonException(java.lang.String message, java.lang.Throwable cause)Deprecated.Constructs a new JSON exception with the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause
-
JsonException
public JsonException(java.lang.Throwable cause)
Deprecated.Constructs a new JSON exception with the specified cause.- Parameters:
cause- the cause
-
-