|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.connection.LoginException
public class LoginException
The connection factory throws a login exception when a connection request cannot be granted because the connecting client cannot be authenticated or authorized. After a login exception has been thrown, a future connection request accompanied by different or updated credentials might succeed. In other words, a login exception does not imply a server failure.
Constructor Summary | |
---|---|
LoginException()
No-arg constructor. |
|
LoginException(java.lang.String msg)
Construct a connection factory exception with a message. |
|
LoginException(java.lang.String msg,
java.lang.Throwable nestedException)
Construct a connection factory exception with a message and a nested exception. |
|
LoginException(java.lang.Throwable nestedException)
Construct a connection factory exception with a nested exception. |
Method Summary | |
---|---|
boolean |
isLoginCallbackError()
Get the value of the loginCallbackError attribute. |
void |
setLoginCallbackError(boolean loginCallbackError)
Set the value of the loginCallbackError attribute. |
Methods inherited from class com.sas.services.connection.ConnectionFactoryException |
---|
getRootException, getTargetException |
Constructor Detail |
---|
public LoginException()
public LoginException(java.lang.String msg)
msg
- a message providing further details about the exceptionpublic LoginException(java.lang.Throwable nestedException)
nestedException
- the exception that caused this exceptionpublic LoginException(java.lang.String msg, java.lang.Throwable nestedException)
msg
- a message providing further details about the exceptionnestedException
- the exception that caused this exceptionMethod Detail |
---|
public boolean isLoginCallbackError()
true
if this
exception was thrown after the execution of a User Service
login callback.
public void setLoginCallbackError(boolean loginCallbackError)
true
if this
exception was thrown after the execution of a User Service
login callback.
loginCallbackError
- the value of the loginCallbackError
attribute.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |