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:
Serializable
public class WindowClosedException extends SshException
Indicates aWindow
has been closed.- Author:
- Apache MINA SSHD Project
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindowClosedException(String name)
-
Method Summary
-
Methods inherited from class org.apache.sshd.common.SshException
getDisconnectCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WindowClosedException
public WindowClosedException(String name)
-
-