|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.security.CredentialLoginServiceException
public class CredentialLoginServiceException
This exception gets thrown when a user attempts to authenticate, but the authentication fails due to a bad user ID or password.
| Constructor Summary | |
|---|---|
CredentialLoginServiceException()
Constructs a default exception to detail a login failure caused by an invalid credential. |
|
CredentialLoginServiceException(java.lang.String message)
Constructs an exception to detail a login failure caused by an invalid credential using the specified message. |
|
CredentialLoginServiceException(java.lang.Throwable throwable,
java.lang.String message)
Constructs an exception to detail a login failure caused by an invalid credential using the specified message and throwable. |
|
| Method Summary |
|---|
| Methods inherited from class com.sas.util.ChainedException |
|---|
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer |
| Constructor Detail |
|---|
public CredentialLoginServiceException()
public CredentialLoginServiceException(java.lang.String message)
message - Message detailing the invalid credential login failure.
public CredentialLoginServiceException(java.lang.Throwable throwable,
java.lang.String message)
throwable - Throwable which caused the connection to be refused.message - Message detailing the invalid credential login failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||