com.notnoop.mpns.exceptions
Class MpnsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
MpnsException()
           
MpnsException(String message)
           
MpnsException(String m, Throwable c)
           
MpnsException(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

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.