Class MissingAttachedSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.apache.sshd.common.session.helpers.MissingAttachedSessionException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingAttachedSessionException extends java.lang.IllegalStateException
Special exception returned byAbstractSession.getSession(org.apache.sshd.common.io.IoSession, boolean)
to indicate that there is no currently attached SSH session- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MissingAttachedSessionException(java.lang.String s)
MissingAttachedSessionException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-