Class SshChannelBufferedOutputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.sshd.common.channel.exception.SshChannelException
org.apache.sshd.common.channel.exception.SshChannelBufferedOutputException
- All Implemented Interfaces:
Serializable
Used by the
BufferedIoOutputStream
to signal a non-recoverable error- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSshChannelBufferedOutputException
(int channelId, String message) SshChannelBufferedOutputException
(int channelId, String message, Throwable cause) SshChannelBufferedOutputException
(int channelId, Throwable cause) -
Method Summary
Methods inherited from class org.apache.sshd.common.channel.exception.SshChannelException
getChannelId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SshChannelBufferedOutputException
-
SshChannelBufferedOutputException
-
SshChannelBufferedOutputException
-