Class JsonSchemaServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.prompt.service.support.JsonSchemaServiceException
All Implemented Interfaces:
Serializable

public class JsonSchemaServiceException extends Exception
Generic exception for JSON processing errors for the JSON Schema service.
Since:
8.5.0
See Also:
  • Constructor Details

    • JsonSchemaServiceException

      public JsonSchemaServiceException(String message, Throwable cause)
      Creates a new JsonSchemaServiceException with the given message and cause.
      Parameters:
      message - The message of this exception.
      cause - The cause of this exception.
    • JsonSchemaServiceException

      public JsonSchemaServiceException(String message)
      Creates a new JsonSchemaServiceException with the given message.
      Parameters:
      message - The message of this exception.
    • JsonSchemaServiceException

      public JsonSchemaServiceException(Throwable cause)
      Creates a new JsonSchemaServiceException with the given cause.
      Parameters:
      cause - The cause of this exception.