Package edu.ucsb.nceas.metacat.client
Class DocumentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ucsb.nceas.metacat.client.DocumentNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when the requested docid does not exist on the server
- See Also:
-
Constructor Summary
ConstructorDescriptionDocumentNotFoundException
(String message) Create a new InsufficientKarmaException. -
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
Create a new InsufficientKarmaException.- Parameters:
message
- The error or warning message.
-