org.codehaus.plexus.util.cli
Class CommandLineTimeOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.util.cli.CommandLineException
org.codehaus.plexus.util.cli.CommandLineTimeOutException
- All Implemented Interfaces:
- Serializable
public class CommandLineTimeOutException
- extends CommandLineException
- Since:
- 1.5.9
- Version:
- $Id$
- Author:
- olamy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommandLineTimeOutException
public CommandLineTimeOutException(String message)
- Parameters:
message
-
CommandLineTimeOutException
public CommandLineTimeOutException(String message,
Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2001-2012 Codehaus. All Rights Reserved.