|
||||||||||
| 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.push.request.InvalidPushRequestException
public class InvalidPushRequestException
Exception thrown when a push request cannot be found in the persistent store or a push request with the specified id already exists in the persistent store.
| Field Summary | |
|---|---|
static String |
ALREADY_EXISTS
Message indicating that a push request with the given id already exists. |
static String |
DOES_NOT_EXIST
Message indicating that a push request could not be found. |
| Constructor Summary | |
|---|---|
InvalidPushRequestException(String message)
Constructs an InvalidPushRequestException with an error message. |
|
InvalidPushRequestException(String message,
Throwable cause)
Constructs an InvalidPushRequestException with the given error message and wrapping a throwable. |
|
InvalidPushRequestException(Throwable cause)
Constructs an InvalidPushRequestException 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 |
| Field Detail |
|---|
public static final String ALREADY_EXISTS
public static final String DOES_NOT_EXIST
| Constructor Detail |
|---|
public InvalidPushRequestException(String message)
InvalidPushRequestException with an error message.
message - an error messagepublic InvalidPushRequestException(Throwable cause)
InvalidPushRequestException wrapping a throwable.
cause - the throwable to be wrapped
public InvalidPushRequestException(String message,
Throwable cause)
InvalidPushRequestException 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 | |||||||||