com.relayrides.pushy.apns
Class FeedbackConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.relayrides.pushy.apns.FeedbackConnectionException
All Implemented Interfaces:
Serializable

public class FeedbackConnectionException
extends Exception

Signals that an attempt to connect to the APNs feedback service has failed.

Author:
Jon Chambers
See Also:
Serialized Form

Constructor Summary
FeedbackConnectionException(Throwable cause)
          Constructs a new feedback connection exception with the given root 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeedbackConnectionException

public FeedbackConnectionException(Throwable cause)
Constructs a new feedback connection exception with the given root cause.

Parameters:
cause - the cause of the connection failure


Copyright © 2013–2014 RelayRides. All rights reserved.