Class MetacatAuthException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.ucsb.nceas.metacat.client.MetacatAuthException
All Implemented Interfaces:
Serializable

public class MetacatAuthException extends Exception
Exception thrown when a Metacat server denies a login authentication request. Either the username or password are incorrect.
See Also:
  • Constructor Details

    • MetacatAuthException

      public MetacatAuthException(String message)
      Create a new MetacatAuthException.
      Parameters:
      message - The error or warning message.