Package org.apache.sshd.common.io
Class WritePendingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.apache.sshd.common.io.WritePendingException
-
- All Implemented Interfaces:
Serializable
public class WritePendingException extends IllegalStateException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WritePendingException()
WritePendingException(String s)
WritePendingException(String message, Throwable cause)
WritePendingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-