com.sshtools.j2ssh

Class SshException

Known Direct Subclasses:
ConfigurationException, InvalidProfileFileException, MessageAlreadyRegisteredException, MessageNotRegisteredException, TransportProtocolException

public class SshException
extends IOException

The base exception for all exceptions thrown within the J2SSH application framework.
Version:
$Revision: 1.20 $
Author:
Lee David Painter
Since:
0.2.0

Constructor Summary

SshException(String msg)
Constructs an exception.
SshException(Throwable cause)
Constructs an exception.

Constructor Details

SshException

public SshException(String msg)
Constructs an exception.
Parameters:
msg - The error message
Since:
0.2.0

SshException

public SshException(Throwable cause)
Constructs an exception.
Parameters:
cause - The cause of the exception
Since:
0.2.1

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