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

public class MissingAttachedSessionException extends IllegalStateException
Special exception returned by AbstractSession.getSession(org.apache.sshd.common.io.IoSession, boolean) to indicate that there is no currently attached SSH session
Author:
Apache MINA SSHD Project
See Also:
  • Constructor Details

    • MissingAttachedSessionException

      public MissingAttachedSessionException(String s)
    • MissingAttachedSessionException

      public MissingAttachedSessionException(String message, Throwable cause)