|
||||||||||
| 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.query.subscription.SubQueryFailureException
public class SubQueryFailureException
This exception is thrown when a subscription query XML request message cannot be processed successfully by the PPG. This might be the result of a bad XML request or if errors were encountered while processing the request.
| Constructor Summary | |
|---|---|
SubQueryFailureException(String failureCode,
String failureDescription)
Constructs a SubQueryFailureException with the given failure code and description and a default error message
indicating that the request was not processed successfully. |
|
SubQueryFailureException(String message,
String failureCode,
String failureDescription)
Constructs a SubQueryFailureException with the given error message, failure code and description. |
|
| Method Summary | |
|---|---|
String |
getFailureCode()
Gets the failure code indicating why the query failed. |
String |
getFailureDescription()
Gets the failure description indicating why the query failed. |
String |
toString()
Constructs a String with all attributes in name = value format. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubQueryFailureException(String message,
String failureCode,
String failureDescription)
SubQueryFailureException with the given error message, failure code and description.
message - an error messagefailureCode - a code indicating why the query failedfailureDescription - a textual description of why the query failed
public SubQueryFailureException(String failureCode,
String failureDescription)
SubQueryFailureException with the given failure code and description and a default error message
indicating that the request was not processed successfully.
failureCode - a code indicating why the query failedfailureDescription - a textual description of why the query failed| Method Detail |
|---|
public String getFailureCode()
public String getFailureDescription()
public String toString()
String with all attributes in name = value format.
toString in class ThrowableString representation of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||