ch.odi.justblog.api
Class AuthenticationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bych.odi.justblog.api.ApiException
              extended bych.odi.justblog.api.AuthenticationFailedException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationFailedException
extends ApiException

Signals that authentication failed.

Author:
oglueck
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
AuthenticationFailedException()
           
AuthenticationFailedException(java.lang.String arg0)
           
AuthenticationFailedException(java.lang.String arg0, java.lang.Throwable arg1)
           
AuthenticationFailedException(java.lang.Throwable arg0)
           
 
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

AuthenticationFailedException

public AuthenticationFailedException()

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String arg0)
Parameters:
arg0 -

AuthenticationFailedException

public AuthenticationFailedException(java.lang.Throwable arg0)
Parameters:
arg0 -

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String arg0,
                                     java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2005 Ortwin Glück. All Rights Reserved.