Class JsonSchemaNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.restheart.mongodb.handlers.schema.JsonSchemaNotFoundException
- All Implemented Interfaces:
Serializable
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonSchemaNotFoundException(String message) JsonSchemaNotFoundException(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
-
Constructor Details
-
JsonSchemaNotFoundException
public JsonSchemaNotFoundException() -
JsonSchemaNotFoundException
- Parameters:
message-
-
JsonSchemaNotFoundException
- Parameters:
message-cause-
-
JsonSchemaNotFoundException
- Parameters:
cause-
-