|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
InterceptorException
public class InterceptorException
Exception thrown while invoking Interceptor
s.
Constructor Summary | |
---|---|
InterceptorException()
Default constructor. |
|
InterceptorException(String message)
Exception with message. |
|
InterceptorException(String message,
Throwable cause)
Exception with message and cause. |
|
InterceptorException(Throwable cause)
Exception with cause. |
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InterceptorException()
public InterceptorException(String message)
message
- public InterceptorException(String message, Throwable cause)
message
- cause
- public InterceptorException(Throwable cause)
cause
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |