| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.rift.coad.lib.interceptor.InterceptorException
InterceptorException | public class InterceptorException extends java.lang.Exception (Code) | | The exception that gets thrown when there is an exception while working with
the Interceptor framework within Coadunation.
author: Brett Chaldecott |
InterceptorException | public InterceptorException()(Code) | | Creates a new instance of InterceptorException without detail message.
|
InterceptorException | public InterceptorException(String msg)(Code) | | Constructs an instance of InterceptorException with the specified detail message.
Parameters: msg - the detail message. |
InterceptorException | public InterceptorException(String msg, Throwable ex)(Code) | | Constructs an instance of InterceptorException with the specified detail message.
Parameters: msg - the detail message. Parameters: ex - The exception framework. |
|
|
|