Package edu.ucsb.nceas.metacat.client
Class MetacatAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ucsb.nceas.metacat.client.MetacatAuthException
- All Implemented Interfaces:
Serializable
Exception thrown when a Metacat server denies a login authentication
request. Either the username or password are incorrect.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetacatAuthException
Create a new MetacatAuthException.- Parameters:
message
- The error or warning message.
-