Class CommandLineTimeOutException

All Implemented Interfaces:
Serializable

public class CommandLineTimeOutException extends CommandLineException
Report a timeout for executing process.
Author:
Olivier Lamy
See Also:
  • Constructor Details

    • CommandLineTimeOutException

      public CommandLineTimeOutException(String message, Throwable cause)
      Parameters:
      message - The message of the exception.
      cause - The cause of the exception.
    • CommandLineTimeOutException

      public CommandLineTimeOutException(String message)
      Parameters:
      message - The message of the exception.