Class JsonLibrary.JsonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.fmjsjx.libnetty.http.server.component.JsonLibrary.JsonException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- JsonLibrary
public static class JsonLibrary.JsonException extends java.lang.RuntimeExceptionA runtime exception threw by a JSON encoder/decoder.- Since:
- 1.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonException(java.lang.String message, java.lang.Throwable cause)Constructs a new JSON exception with the specified detail message and cause.JsonException(java.lang.Throwable cause)Constructs a new JSON exception with the specified cause.
-
-
-
Constructor Detail
-
JsonException
public JsonException(java.lang.String message, java.lang.Throwable cause)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)
Constructs a new JSON exception with the specified cause.- Parameters:
cause- the cause
-
-