Class ExitException

All Implemented Interfaces:
Serializable

public class ExitException extends RuntimeException
Understands an exception thrown when an application under tests tries to terminate the current JVM.
See Also:
  • Field Details

  • Constructor Details

    • ExitException

      public ExitException(String message)
      Creates a new ExitException.
      Parameters:
      message - the detail message.