Package edu.ucsb.nceas.metacat.shared
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ucsb.nceas.metacat.shared.BaseException
edu.ucsb.nceas.metacat.shared.ServiceException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs in a configuration administrative
class
- See Also:
-
Constructor Summary
ConstructorDescriptionServiceException
(String message) Create a new AdminException.ServiceException
(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
-
ServiceException
Create a new AdminException.- Parameters:
message
- The error or warning message.
-