com.notnoop.exceptions
Class ApnsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.notnoop.exceptions.ApnsException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ApnsDeliveryErrorException, InvalidSSLConfig, NetworkIOException, RuntimeIOException
public abstract class ApnsException
- extends RuntimeException
Base class for all the exceptions thrown in Apns Library
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ApnsException
public ApnsException()
ApnsException
public ApnsException(String message)
ApnsException
public ApnsException(Throwable cause)
ApnsException
public ApnsException(String m,
Throwable c)
Copyright © 2013. All Rights Reserved.