Package edu.ucsb.nceas.metacat.client
Class InsufficientKarmaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ucsb.nceas.metacat.client.InsufficientKarmaException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs because a Metacat server operation
requires higher access rights than the currently logged in user has.
- See Also:
-
Constructor Summary
ConstructorDescriptionInsufficientKarmaException
(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
-
InsufficientKarmaException
Create a new InsufficientKarmaException.- Parameters:
message
- The error or warning message.
-