Class InvalidSessionIdException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidSessionIdException
    extends java.io.IOException
    After the authentication has failed, ForkChannel.tryConnectToClient() throws InvalidSessionIdException and ForkStarter should close CommandlineExecutor.
    Since:
    3.0.0-M5
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidSessionIdException​(java.lang.String actualSessionId, java.lang.String expectedSessionId)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidSessionIdException

        public InvalidSessionIdException​(java.lang.String actualSessionId,
                                         java.lang.String expectedSessionId)