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