android.accounts
Class NetworkErrorException

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

public class NetworkErrorException
extends AccountsException

See Also:
Serialized Form

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

NetworkErrorException

public NetworkErrorException()

NetworkErrorException

public NetworkErrorException(String message)

NetworkErrorException

public NetworkErrorException(String message,
                             Throwable cause)

NetworkErrorException

public NetworkErrorException(Throwable cause)


Copyright © 2008-2010. All Rights Reserved.