org.apache.lucene.gdata.server.authentication
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lucene.gdata.server.authentication.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException
extends Exception

Author:
Simon Willnauer
See Also:
Serialized Form

Constructor Summary
AuthenticationException()
          Constructs a new Authentication Exception
AuthenticationException(String arg0)
          Constructs a new Authentication Exception with the specified detail message
AuthenticationException(String arg0, Throwable arg1)
          Constructs a new Authentication Exception with the specified detail message and nested exception caused this exception.
AuthenticationException(Throwable arg0)
          Constructs a new Authentication Exception with a nested exception caused this exception
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException()
Constructs a new Authentication Exception


AuthenticationException

public AuthenticationException(String arg0)
Constructs a new Authentication Exception with the specified detail message

Parameters:
arg0 - - detail message

AuthenticationException

public AuthenticationException(String arg0,
                               Throwable arg1)
Constructs a new Authentication Exception with the specified detail message and nested exception caused this exception.

Parameters:
arg0 - - detail message
arg1 - - nested exception

AuthenticationException

public AuthenticationException(Throwable arg0)
Constructs a new Authentication Exception with a nested exception caused this exception

Parameters:
arg0 - - nested exception


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.