Class JsonSchemaServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.prompt.service.support.JsonSchemaServiceException
- All Implemented Interfaces:
Serializable
Generic exception for JSON processing errors for the JSON Schema service.
- Since:
- 8.5.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonSchemaServiceException(String message) Creates a new JsonSchemaServiceException with the given message.JsonSchemaServiceException(String message, Throwable cause) Creates a new JsonSchemaServiceException with the given message and cause.Creates a new JsonSchemaServiceException with the given cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonSchemaServiceException
-
JsonSchemaServiceException
Creates a new JsonSchemaServiceException with the given message.- Parameters:
message- The message of this exception.
-
JsonSchemaServiceException
Creates a new JsonSchemaServiceException with the given cause.- Parameters:
cause- The cause of this exception.
-