|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--mx4j.adaptor.interceptor.AdaptorInterceptorException
This exception is only used internally by the AdaptorInterceptor
class, to
avoid that interceptors do too much exception logging.
Constructor Summary | |
AdaptorInterceptorException(java.lang.Exception target)
|
Method Summary | |
java.lang.Exception |
getTargetException()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AdaptorInterceptorException(java.lang.Exception target)
Method Detail |
public java.lang.Exception getTargetException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |