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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonSchemaNotFoundException()JsonSchemaNotFoundException(String message)JsonSchemaNotFoundException(String message, Throwable cause)JsonSchemaNotFoundException(Throwable 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
-
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-
-
-