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:
java.io.Serializable
,ChannelIdentifier
public class SshChannelBufferedOutputException extends SshChannelException
Used by theBufferedIoOutputStream
to signal a non-recoverable error- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
-
Methods inherited from class org.apache.sshd.common.channel.exception.SshChannelException
getChannelId
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SshChannelBufferedOutputException
public SshChannelBufferedOutputException(long channelId, java.lang.String message)
-
SshChannelBufferedOutputException
public SshChannelBufferedOutputException(long channelId, java.lang.Throwable cause)
-
SshChannelBufferedOutputException
public SshChannelBufferedOutputException(long channelId, java.lang.String message, java.lang.Throwable cause)
-
-