edu.ucsb.nceas.metacat.client
Class MetacatAuthException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.ucsb.nceas.metacat.client.MetacatAuthException
All Implemented Interfaces:
java.io.Serializable

public class MetacatAuthException
extends java.lang.Exception

Exception thrown when a Metacat server denies a login authentication request. Either the username or password are incorrect.

See Also:
Serialized Form

Constructor Summary
MetacatAuthException(java.lang.String message)
          Create a new MetacatAuthException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetacatAuthException

public MetacatAuthException(java.lang.String message)
Create a new MetacatAuthException.

Parameters:
message - The error or warning message.


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.