com.notnoop.exceptions
Class ApnsException

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

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

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.