Package org.apache.sshd.common.channel
Class WindowClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.sshd.common.SshException
-
- org.apache.sshd.common.channel.WindowClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class WindowClosedException extends SshException
Indicates aWindow
has been closed.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description WindowClosedException(java.lang.String name)
-
Method Summary
-
Methods inherited from class org.apache.sshd.common.SshException
getDisconnectCode
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-