Package com.sap.cloud.security.json
Class JsonParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sap.cloud.security.json.JsonParsingException
-
- All Implemented Interfaces:
Serializable
public class JsonParsingException extends RuntimeException
An extraordinary runtime exception during json parsing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonParsingException(String message)JsonParsingException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-