|
||||||||||
| 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.pushappmgmt.IncorrectPasswordException
public class IncorrectPasswordException
Exception thrown when a push application password is incorrect.
| Constructor Summary | |
|---|---|
IncorrectPasswordException(String message)
Constructs an IncorrectPasswordException with an error message. |
|
IncorrectPasswordException(String message,
Throwable cause)
Constructs an IncorrectPasswordException with the given error message and wrapping a throwable. |
|
IncorrectPasswordException(Throwable cause)
Constructs an IncorrectPasswordException 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 IncorrectPasswordException(String message)
IncorrectPasswordException with an error message.
message - an error messagepublic IncorrectPasswordException(Throwable cause)
IncorrectPasswordException wrapping a throwable.
cause - the throwable to be wrapped
public IncorrectPasswordException(String message,
Throwable cause)
IncorrectPasswordException 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 | |||||||||