com.notnoop.exceptions
Class NetworkIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.notnoop.exceptions.ApnsException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.