Class JsonProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.JsonProcessingException
All Implemented Interfaces:
Serializable

public class JsonProcessingException extends Exception
Exception for JSON erros.
See Also:
  • Constructor Details

    • JsonProcessingException

      public JsonProcessingException()
      Creates a new instance of JsonProcessingException without detail message.
    • JsonProcessingException

      public JsonProcessingException(String msg)
      Constructs an instance of JsonProcessingException with the specified detail message.
      Parameters:
      msg - the detail message.