android.accounts
Class AuthenticatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by android.accounts.AccountsException
              extended by android.accounts.AuthenticatorException
All Implemented Interfaces:
Serializable

public class AuthenticatorException
extends AccountsException

See Also:
Serialized Form

Constructor Summary
AuthenticatorException()
           
AuthenticatorException(String message)
           
AuthenticatorException(String message, Throwable cause)
           
AuthenticatorException(Throwable cause)
           
 
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

AuthenticatorException

public AuthenticatorException()

AuthenticatorException

public AuthenticatorException(String message)

AuthenticatorException

public AuthenticatorException(String message,
                              Throwable cause)

AuthenticatorException

public AuthenticatorException(Throwable cause)


Copyright © 2008-2012. All Rights Reserved.