Class SshChannelBufferedOutputException

All Implemented Interfaces:
Serializable, ChannelIdentifier

public class SshChannelBufferedOutputException extends SshChannelException
Used by the BufferedIoOutputStream to signal a non-recoverable error
Author:
Apache MINA SSHD Project
See Also:
  • Constructor Details

    • SshChannelBufferedOutputException

      public SshChannelBufferedOutputException(long channelId, String message)
    • SshChannelBufferedOutputException

      public SshChannelBufferedOutputException(long channelId, Throwable cause)
    • SshChannelBufferedOutputException

      public SshChannelBufferedOutputException(long channelId, String message, Throwable cause)