|
Secure iNet Factory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.jscape.inet.ssh.authentication.AuthenticationException
com.jscape.inet.ssh.authentication.RequestFailureException
public class RequestFailureException
Represents SSH user authentication request error.
| Constructor Summary | |
|---|---|
RequestFailureException(SshMsgUserauthFailure response)
Creates a new exception instance with specified server response. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getAuthenticationList()
Obtains the available authentication methods list. |
boolean |
partialSuccess()
Checks if the authentication attemt was successful. |
| Methods inherited from class com.jscape.inet.ssh.authentication.AuthenticationException |
|---|
getCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RequestFailureException(SshMsgUserauthFailure response)
response - server response| Method Detail |
|---|
public java.lang.String[] getAuthenticationList()
public boolean partialSuccess()
true if the attemt was successful;
false otherwise
|
Secure iNet Factory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||