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
- Author:
- Olivier Lamy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandLineTimeOutException(java.lang.String message, java.lang.Throwable cause)
-