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