Package io.ebeanservice.docstore.api
Class DocumentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ebeanservice.docstore.api.DocumentNotFoundException
- All Implemented Interfaces:
Serializable
public class DocumentNotFoundException extends RuntimeException
Can be thrown when a document is unexpectedly not found in a document store.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DocumentNotFoundException(String message)Construct with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentNotFoundException
Construct with a message.
-