Class JsonCodecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.astonbitecode.j4rs.api.services.json.exceptions.JsonCodecException
All Implemented Interfaces:
Serializable

public class JsonCodecException extends RuntimeException
See Also:
  • Constructor Details

    • JsonCodecException

      public JsonCodecException(String message)
    • JsonCodecException

      public JsonCodecException(String message, Exception nestedException)
    • JsonCodecException

      public JsonCodecException(Exception nestedException)