Package org.europa.together.exceptions
Class JsonProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.JsonProcessingException
- All Implemented Interfaces:
Serializable
Exception for JSON erros.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance ofJsonProcessingException
without detail message.Constructs an instance ofJsonProcessingException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonProcessingException
public JsonProcessingException()Creates a new instance ofJsonProcessingException
without detail message. -
JsonProcessingException
Constructs an instance ofJsonProcessingException
with the specified detail message.- Parameters:
msg
- the detail message.
-