Package org.kiwiproject.json
Class RuntimeJsonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kiwiproject.json.RuntimeJsonException
-
- All Implemented Interfaces:
Serializable
public class RuntimeJsonException extends RuntimeException
Runtime wrapper exception for JSON processing errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeJsonException(String message, Throwable cause)Create instance with given message and cause.RuntimeJsonException(Throwable cause)Create instance with given cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuntimeJsonException
public RuntimeJsonException(Throwable cause)
Create instance with given cause.- Parameters:
cause- the cause
-
-