public class DocumentNotFoundException extends StoreException
Constructor and Description |
---|
DocumentNotFoundException()
Default constructor.
|
DocumentNotFoundException(String s)
Constructor.
|
DocumentNotFoundException(String s,
Throwable t)
Constructor taking a message and another exception.
|
DocumentNotFoundException(Throwable t)
Constructor taking another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DocumentNotFoundException()
public DocumentNotFoundException(String s)
s
- Message.public DocumentNotFoundException(Throwable t)
t
- exception to grab data fromCopyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.