Package edu.ucsb.nceas.metacat.client
Class MetacatInaccessibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ucsb.nceas.metacat.client.MetacatInaccessibleException
- All Implemented Interfaces:
Serializable
Exception thrown when a Metacat server is not accessible for the
operation requested. This can be a network outage, or a configuration error.
- See Also:
-
Constructor Summary
ConstructorDescriptionMetacatInaccessibleException
(String message) Create a new MetacatInaccessibleException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetacatInaccessibleException
Create a new MetacatInaccessibleException.- Parameters:
message
- The error or warning message.
-