Class InvalidSessionIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.maven.plugin.surefire.extensions.InvalidSessionIdException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidSessionIdException extends java.io.IOException
After the authentication has failed,ForkChannel.tryConnectToClient()
throwsInvalidSessionIdException
andForkStarter
should closeCommandlineExecutor
.- Since:
- 3.0.0-M5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSessionIdException(java.lang.String actualSessionId, java.lang.String expectedSessionId)
-