net.grinder.communication
Class CommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.grinder.common.GrinderException
              extended by net.grinder.communication.CommunicationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Acceptor.ShutdownException, BlockingSender.NoResponseException

public class CommunicationException
extends GrinderException

Exception thrown by communication package.

Author:
Philip Aston
See Also:
Serialized Form

Constructor Summary
CommunicationException(String s)
          Constructor.
CommunicationException(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

CommunicationException

public CommunicationException(String s)
Constructor.

Parameters:
s - Exception message.

CommunicationException

public CommunicationException(String s,
                              Throwable t)
Constructor.

Parameters:
s - Exception message.
t - Chained exception.


Copyright © 2000-2013. All Rights Reserved.