|
||||||||||
| 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.auth.AuthenticationFailureException
public class AuthenticationFailureException
Exception thrown when a subscriber cannot be authenticated.
ContentProviderAuthenticationService.authenticateSubscriber(BaseAuthenticationRequest),
Serialized Form| Constructor Summary | |
|---|---|
AuthenticationFailureException()
Constructs an AuthenticationFailureException. |
|
AuthenticationFailureException(String message)
Constructs an AuthenticationFailureException with the given error message. |
|
AuthenticationFailureException(String message,
Throwable cause)
Constructs an AuthenticationFailureException with the given error message and wrapping a throwable. |
|
AuthenticationFailureException(Throwable cause)
Constructs an AuthenticationFailureException 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 AuthenticationFailureException()
AuthenticationFailureException.
public AuthenticationFailureException(String message)
AuthenticationFailureException with the given error message.
message - an error messagepublic AuthenticationFailureException(Throwable cause)
AuthenticationFailureException wrapping a throwable.
cause - the throwable to be wrapped
public AuthenticationFailureException(String message,
Throwable cause)
AuthenticationFailureException 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 | |||||||||