com.notnoop.mpns.exceptions
Class MpnsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.notnoop.mpns.exceptions.MpnsException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidSSLConfig, NetworkIOException, RuntimeIOException
public abstract class MpnsException
- 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 |
MpnsException
public MpnsException()
MpnsException
public MpnsException(String message)
MpnsException
public MpnsException(Throwable cause)
MpnsException
public MpnsException(String m,
Throwable c)
Copyright © 2015. All Rights Reserved.