Class InvalidSessionIdException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.maven.plugin.surefire.extensions.InvalidSessionIdException
All Implemented Interfaces:
Serializable

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

    • InvalidSessionIdException

      public InvalidSessionIdException(String actualSessionId, String expectedSessionId)