Class AuthenticationProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.sshtools.j2ssh.authentication.AuthenticationProtocolException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticationProtocolException extends java.io.IOException
- Version:
- $Revision: 1.21 $
- Author:
- $author$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationProtocolException(java.lang.String msg)
Creates a new AuthenticationProtocolException object.
-