Package com.sshtools.j2ssh.transport
Class AlgorithmNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sshtools.j2ssh.SshException
com.sshtools.j2ssh.transport.TransportProtocolException
com.sshtools.j2ssh.transport.AlgorithmNotSupportedException
- All Implemented Interfaces:
Serializable
Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
- Since:
- 0.2.0
- Version:
- $Revision: 1.19 $
- Author:
- Lee David Painter
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlgorithmNotSupportedException
Constructs the exception.
- Parameters:
msg
- the error message- Since:
- 0.2.0
-