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