Class JsonSchemaNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.restheart.mongodb.handlers.schema.JsonSchemaNotFoundException
All Implemented Interfaces:
Serializable

public class JsonSchemaNotFoundException extends Exception
Author:
Andrea Di Cesare <andrea@softinstigate.com>
See Also:
  • Constructor Details

    • JsonSchemaNotFoundException

      public JsonSchemaNotFoundException()
    • JsonSchemaNotFoundException

      public JsonSchemaNotFoundException(String message)
      Parameters:
      message -
    • JsonSchemaNotFoundException

      public JsonSchemaNotFoundException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • JsonSchemaNotFoundException

      public JsonSchemaNotFoundException(Throwable cause)
      Parameters:
      cause -