org.glite.wms.wmproxy
Class AuthenticationFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glite.wms.wmproxy.BaseException
              extended by org.glite.wms.wmproxy.AuthenticationFaultException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationFaultException
extends BaseException

This exception is thrown to indicate that an authentication error occurs while accessing the WMProxy services. An authentication error can happen, for example, when the user credentials is either invalid or expired.

See Also:
Serialized Form

Constructor Summary
AuthenticationFaultException()
          Constructs an Exception with no specified detail message.
AuthenticationFaultException(java.lang.String message)
          Constructs an Exception with the specified detail message.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationFaultException

public AuthenticationFaultException()
Constructs an Exception with no specified detail message.


AuthenticationFaultException

public AuthenticationFaultException(java.lang.String message)
Constructs an Exception with the specified detail message.