org.spicefactory.pimento.intercept
Class InterceptorConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spicefactory.pimento.intercept.InterceptorConfigurationException
- All Implemented Interfaces:
- Serializable
public class InterceptorConfigurationException
- extends RuntimeException
Exception thrown when an interceptor configuration error occurs.
- Author:
- Jens Halm
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterceptorConfigurationException
public InterceptorConfigurationException(String message,
Throwable cause)
- Creates a new ConfigurationException.
- Parameters:
message - the error messagecause - the root cause
InterceptorConfigurationException
public InterceptorConfigurationException(String message)
- Creates a new ConfigurationException.
- Parameters:
message - the error message