Class SshChannelBufferedOutputException

All Implemented Interfaces:
Serializable, ChannelIdentifier

public class SshChannelBufferedOutputException extends SshChannelException
Used by the BufferedIoOutputStream to signal a non-recoverable error
See Also:
  • Field Details

  • 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)