public class JSONCodecException
extends java.lang.Exception
Constructor and Description |
---|
JSONCodecException() |
JSONCodecException(java.lang.String message) |
JSONCodecException(java.lang.String message,
java.lang.Throwable cause) |
JSONCodecException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause() |
public JSONCodecException()
public JSONCodecException(java.lang.String message)
public JSONCodecException(java.lang.Throwable cause)
public JSONCodecException(java.lang.String message, java.lang.Throwable cause)