|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.rim.pushsdk.subscription.PPGCommunicationFailureException
public class PPGCommunicationFailureException
Exception thrown when an attempt to unsubscribe/suspend/resume a subscriber from the PPG fails.
This refers to the fact that the operation could not be attempted on the PPG because of some error (e.g. connection timeout, invalid URL, unauthorized access, etc.) or the operation failed because of an unrecoverable error (e.g. the push application id specified could not be found in the PPG). Note: Not all PPGs offer subscription capabilities. For instance, public/BIS offers this capability, while enterprise/BES does not.
| Constructor Summary | |
|---|---|
PPGCommunicationFailureException()
Constructs a PPGCommunicationFailureException. |
|
PPGCommunicationFailureException(String message)
Constructs a PPGCommunicationFailureException with the given error message. |
|
PPGCommunicationFailureException(String message,
Throwable cause)
Constructs a PPGCommunicationFailureException with the given error message and wrapping a throwable. |
|
PPGCommunicationFailureException(Throwable cause)
Constructs a PPGCommunicationFailureException wrapping a throwable. |
|
| 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 |
|---|
public PPGCommunicationFailureException()
PPGCommunicationFailureException.
public PPGCommunicationFailureException(String message)
PPGCommunicationFailureException with the given error message.
message - an error messagepublic PPGCommunicationFailureException(Throwable cause)
PPGCommunicationFailureException wrapping a throwable.
cause - the throwable to be wrapped
public PPGCommunicationFailureException(String message,
Throwable cause)
PPGCommunicationFailureException with the given error message and wrapping a throwable.
message - an error messagecause - the throwable to be wrapped
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||