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:
Serializable

public class MultipleAttachedSessionException extends IllegalStateException
Special exception thrown by AbstractSession.attachSession(org.apache.sshd.common.io.IoSession, AbstractSession) in order to indicate an already attached I/O session
See Also:
  • Field Details

  • Constructor Details

    • MultipleAttachedSessionException

      public MultipleAttachedSessionException(String s)
    • MultipleAttachedSessionException

      public MultipleAttachedSessionException(String message, Throwable cause)