Class CommandLineTimeOutException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CommandLineTimeOutException
    extends CommandLineException
    Report a timeout for executing process.
    Author:
    Olivier Lamy
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CommandLineTimeOutException

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

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