net.grinder.console.client
Class ConsoleConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.grinder.common.GrinderException
              extended by 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

Constructor Summary
ConsoleConnectionException(String s)
          Constructor.
ConsoleConnectionException(String s, Throwable t)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.