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:
java.io.Serializable
public class CommandLineTimeOutException extends CommandLineException
Report a timeout for executing process.- Author:
- Olivier Lamy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandLineTimeOutException(java.lang.String message)
CommandLineTimeOutException(java.lang.String message, java.lang.Throwable cause)
-
-
-
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.
-
-