Package fr.becpg.repo.helper.json
Class JsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.becpg.repo.helper.json.JsonException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longgenerated serial number -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for JsonException.JsonException(String message) Constructor for JsonException.JsonException(String message, Throwable cause) Constructor for JsonException.JsonException(Throwable cause) Constructor for JsonException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDgenerated serial number- See Also:
-
-
Constructor Details