android.accounts
Class AccountsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by android.accounts.AccountsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticatorException, NetworkErrorException, OperationCanceledException

public class AccountsException
extends Exception

See Also:
Serialized Form

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

AccountsException

public AccountsException()

AccountsException

public AccountsException(String message)

AccountsException

public AccountsException(String message,
                         Throwable cause)

AccountsException

public AccountsException(Throwable cause)


Copyright © 2008-2012. All Rights Reserved.