Package com.sshtools.j2ssh.transport
Class TransportProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sshtools.j2ssh.SshException
com.sshtools.j2ssh.transport.TransportProtocolException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlgorithmInitializationException
,AlgorithmNotAgreedException
,AlgorithmNotSupportedException
,AlgorithmOperationException
,InvalidHostFileException
,InvalidMessageException
,InvalidSshKeyException
,InvalidSshKeySignatureException
,KeyExchangeException
,MessageStoreEOFException
- Version:
- $Revision: 1.18 $
- Author:
- $author$
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new TransportProtocolException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransportProtocolException
Creates a new TransportProtocolException object.- Parameters:
msg
-
-