net.grinder.common
Class GrinderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.grinder.common.GrinderException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GrinderProperties.PersistenceException, InvalidContextException, NoSuchStatisticException, NotWrappableTypeException, SSLContextFactory.SSLContextFactoryException, TimeoutException, URLException

public abstract class GrinderException
extends Exception

Base exception class for The Grinder.

Author:
Philip Aston
See Also:
Serialized Form

Constructor Summary
GrinderException(String message)
          Constructor.
GrinderException(String message, Throwable cause)
          Constructor.
 
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

GrinderException

public GrinderException(String message)
Constructor.

Parameters:
message - Helpful message.

GrinderException

public GrinderException(String message,
                        Throwable cause)
Constructor.

Parameters:
message - Helpful message.
cause - A nested Throwable