Class MultipleAttachedSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.apache.sshd.common.session.helpers.MultipleAttachedSessionException
-
- All Implemented Interfaces:
java.io.Serializable
public class MultipleAttachedSessionException extends java.lang.IllegalStateException
Special exception thrown byAbstractSession.attachSession(org.apache.sshd.common.io.IoSession, AbstractSession)
in order to indicate an already attached I/O session- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MultipleAttachedSessionException(java.lang.String s)
MultipleAttachedSessionException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-