net.grinder.console.client
Class ConsoleConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.grinder.common.GrinderException
net.grinder.console.client.ConsoleConnectionException
- All Implemented Interfaces:
- Serializable
public class ConsoleConnectionException
- extends GrinderException
Exception indicating problem related to a console connection.
- Author:
- Philip Aston
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConsoleConnectionException
public ConsoleConnectionException(String s)
- Constructor.
- Parameters:
s - Exception message.
ConsoleConnectionException
public ConsoleConnectionException(String s,
Throwable t)
- Constructor.
- Parameters:
s - Exception message.t - Chained exception.
Copyright © 2000-2013. All Rights Reserved.