Package edu.ucsb.nceas.metacat.shared
Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ucsb.nceas.metacat.shared.BaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessControlException
,AccessException
,PermOrderException
,ServiceException
Exception thrown when an error occurs in a configuration administrative
class
- See Also:
-
Constructor Summary
ConstructorDescriptionBaseException
(String message) Create a new AccessException.BaseException
(String message, BaseException deeperException) Create a new BaseException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseException
Create a new AccessException.- Parameters:
message
- The error or warning message.
-
-
Method Details
-
getCoreMessage
-
setCoreMessage
-