com.sshtools.j2ssh.transport

Class AlgorithmNotSupportedException


public class AlgorithmNotSupportedException
extends TransportProtocolException

Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.
Version:
$Revision: 1.19 $
Author:
Lee David Painter
Since:
0.2.0

Constructor Summary

AlgorithmNotSupportedException(String msg)
Constructs the exception.

Constructor Details

AlgorithmNotSupportedException

public AlgorithmNotSupportedException(String msg)
Constructs the exception.
Parameters:
msg - the error message
Since:
0.2.0

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.