net.grinder.communication
Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.grinder.common.GrinderException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.