Class CommandLineTimeOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.utils.cli.CommandLineException
org.apache.maven.shared.utils.cli.CommandLineTimeOutException
- All Implemented Interfaces:
Serializable
Report a timeout for executing process.
- Author:
- Olivier Lamy
- See Also:
-
Constructor Summary
ConstructorDescriptionCommandLineTimeOutException
(String message) CommandLineTimeOutException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandLineTimeOutException
- Parameters:
message
- The message of the exception.cause
- The cause of the exception.
-
CommandLineTimeOutException
- Parameters:
message
- The message of the exception.
-