|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.security.NetworkLoginServiceException
public class NetworkLoginServiceException
This exception gets thrown when a user attempts to authenticate, and the authentication fails because of network problems. Specific subclasses of this exception can be used when more information about the failure can be determined.
Constructor Summary | |
---|---|
NetworkLoginServiceException()
Constructs a default network login exception. |
|
NetworkLoginServiceException(java.lang.String message)
Constructs a network login exception using the specified message detailing the failure. |
|
NetworkLoginServiceException(java.lang.Throwable throwable,
java.lang.String message)
Constructs a network login exception. |
Constructor Detail |
---|
public NetworkLoginServiceException()
public NetworkLoginServiceException(java.lang.String message)
message
- Message detailing why the login failed.public NetworkLoginServiceException(java.lang.Throwable throwable, java.lang.String message)
throwable
- Throwable which caused the login failure.message
- Message detailing why the login failed.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |