com.relayrides.pushy.apns
Class FeedbackConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.