|
||||||||||
| 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
net.schmizz.sshj.common.SSHException
net.schmizz.sshj.userauth.UserAuthException
public class UserAuthException
User authentication exception
| Field Summary | |
|---|---|
static ExceptionChainer<UserAuthException> |
chainer
|
| Constructor Summary | |
|---|---|
UserAuthException(DisconnectReason code)
|
|
UserAuthException(DisconnectReason code,
String message)
|
|
UserAuthException(DisconnectReason code,
String message,
Throwable cause)
|
|
UserAuthException(DisconnectReason code,
Throwable cause)
|
|
UserAuthException(String message)
|
|
UserAuthException(String message,
Throwable cause)
|
|
UserAuthException(Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class net.schmizz.sshj.common.SSHException |
|---|
getDisconnectReason, getMessage, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExceptionChainer<UserAuthException> chainer
| Constructor Detail |
|---|
public UserAuthException(DisconnectReason code)
public UserAuthException(DisconnectReason code,
String message)
public UserAuthException(DisconnectReason code,
String message,
Throwable cause)
public UserAuthException(DisconnectReason code,
Throwable cause)
public UserAuthException(String message)
public UserAuthException(String message,
Throwable cause)
public UserAuthException(Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||