public interface

ErrorNotifiable

net.schmizz.sshj.common.ErrorNotifiable
Known Indirect Subclasses

Class Overview

API for classes that are capable of being notified on an error so they can cleanup.

Summary

Nested Classes
class ErrorNotifiable.Util Utility functions. 
Public Methods
abstract void notifyError(SSHException error)
Notifies this object of an error.

Public Methods

public abstract void notifyError (SSHException error)

Notifies this object of an error.

Parameters
error