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