Class PermOrderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ucsb.nceas.metacat.shared.BaseException
edu.ucsb.nceas.metacat.accesscontrol.PermOrderException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs with a permission order
- See Also:
-
Constructor Summary
ConstructorDescriptionPermOrderException
(String message) Create a new PermOrderException.PermOrderException
(String message, BaseException deeperException) -
Method Summary
Methods inherited from class edu.ucsb.nceas.metacat.shared.BaseException
getCoreMessage, setCoreMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PermOrderException
Create a new PermOrderException.- Parameters:
message
- The error or warning message.
-