ch.odi.justblog.api
Class AuthenticationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.odi.justblog.api.ApiException
ch.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
Fields inherited from class java.lang.Exception |
|
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 |
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.