public class SshChannelBufferedOutputException extends SshChannelException
BufferedIoOutputStream to signal a non-recoverable error| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
SshChannelBufferedOutputException(long channelId,
java.lang.String message) |
SshChannelBufferedOutputException(long channelId,
java.lang.String message,
java.lang.Throwable cause) |
SshChannelBufferedOutputException(long channelId,
java.lang.Throwable cause) |
getChannelIdprivate static final long serialVersionUID
public SshChannelBufferedOutputException(long channelId,
java.lang.String message)
public SshChannelBufferedOutputException(long channelId,
java.lang.Throwable cause)
public SshChannelBufferedOutputException(long channelId,
java.lang.String message,
java.lang.Throwable cause)