Package net.schmizz.sshj.userauth
Class UserAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.schmizz.sshj.common.SSHException
net.schmizz.sshj.userauth.UserAuthException
- All Implemented Interfaces:
Serializable
User authentication exception
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUserAuthException
(String message) UserAuthException
(String message, Throwable cause) UserAuthException
(Throwable cause) UserAuthException
(DisconnectReason code, String message) UserAuthException
(DisconnectReason code, String message, Throwable cause) UserAuthException
(DisconnectReason code, Throwable cause) -
Method Summary
Methods inherited from class net.schmizz.sshj.common.SSHException
getDisconnectReason, getMessage, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
chainer
-
-
Constructor Details
-
UserAuthException
-
UserAuthException
-
UserAuthException
-
UserAuthException
-
UserAuthException
-
UserAuthException
-
UserAuthException
-