|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.security.LoginServiceException
public class LoginServiceException
This is an exception that gets thrown when a user attempts to get authenticated, but it fails for some reason. There are more specific subclasses when more information about the cause of the failure can be determined.
Constructor Summary | |
---|---|
LoginServiceException()
Constructs a default login service exception. |
|
LoginServiceException(java.lang.String message)
Constructs a login service exception using the message detailing the failure. |
|
LoginServiceException(java.lang.Throwable throwable,
java.lang.String message)
Constructs a login service exception using the message detailing the failure and the throwable that cause the failure. |
Constructor Detail |
---|
public LoginServiceException()
public LoginServiceException(java.lang.String message)
message
- Message detailing the login failure.public LoginServiceException(java.lang.Throwable throwable, java.lang.String message)
throwable
- Throwable that caused the login failure.message
- Message detailing the login failure.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |