com.notnoop.exceptions
Class NetworkIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.notnoop.exceptions.ApnsException
                  extended by com.notnoop.exceptions.NetworkIOException
All Implemented Interfaces:
Serializable

public class NetworkIOException
extends ApnsException

Thrown to indicate that that a network operation has failed: (e.g. connectivity problems, domain cannot be found, network dropped).

See Also:
Serialized Form

Constructor Summary
NetworkIOException()
           
NetworkIOException(IOException cause)
           
NetworkIOException(String message)
           
NetworkIOException(String m, IOException c)
           
 
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

NetworkIOException

public NetworkIOException()

NetworkIOException

public NetworkIOException(String message)

NetworkIOException

public NetworkIOException(IOException cause)

NetworkIOException

public NetworkIOException(String m,
                          IOException c)


Copyright © 2013. All Rights Reserved.