|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.security.BadHostLoginServiceException
public class BadHostLoginServiceException
This exception gets thrown if the authentication process detects that an "unknown host" error occurred while attempting authentication.
Constructor Summary | |
---|---|
BadHostLoginServiceException()
Constructs a default exception to indicate that an invalid host prevented a successful login. |
|
BadHostLoginServiceException(java.lang.String message)
Constructs a default exception to indicate that an invalid host prevented a successful login using the specified message. |
|
BadHostLoginServiceException(java.lang.Throwable throwable,
java.lang.String message)
Constructs a default exception to indicate that an invalid host prevented a successful login using the specified message and the throwable which caused the failure. |
Constructor Detail |
---|
public BadHostLoginServiceException()
public BadHostLoginServiceException(java.lang.String message)
message
- Message detailing why the login failed due to an invalid host.public BadHostLoginServiceException(java.lang.Throwable throwable, java.lang.String message)
throwable
- Throwable causing the login failure.message
- Message detailing why the login failed due to an invalid host.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |