|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.security.ConnectRefusedLoginServiceException
public class ConnectRefusedLoginServiceException
This exception gets thrown if the authentication process detects that a "connection refused" network error occurred while attempting authentication.
| Constructor Summary | |
|---|---|
ConnectRefusedLoginServiceException()
Constructs a default exception to detail a login failure caused by a refused connection. |
|
ConnectRefusedLoginServiceException(java.lang.String message)
Constructs an exception to detail a login failure caused by a refused connection using the specified message. |
|
ConnectRefusedLoginServiceException(java.lang.Throwable throwable,
java.lang.String message)
Constructs an exception to detail a login failure caused by a refused connection 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 ConnectRefusedLoginServiceException()
public ConnectRefusedLoginServiceException(java.lang.String message)
message - Message detailing the connection refused login failure.
public ConnectRefusedLoginServiceException(java.lang.Throwable throwable,
java.lang.String message)
throwable - Throwable which caused the connection to be refused.message - Message detailing the connection refused login failure.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||