com.notnoop.exceptions
Class ApnsDeliveryErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.notnoop.exceptions.ApnsException
                  extended by com.notnoop.exceptions.ApnsDeliveryErrorException
All Implemented Interfaces:
Serializable

public class ApnsDeliveryErrorException
extends ApnsException

Author:
kkirch
See Also:
Serialized Form

Constructor Summary
ApnsDeliveryErrorException(DeliveryError error)
           
 
Method Summary
 DeliveryError getDeliveryError()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ApnsDeliveryErrorException

public ApnsDeliveryErrorException(DeliveryError error)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getDeliveryError

public DeliveryError getDeliveryError()


Copyright © 2013. All Rights Reserved.