mx4j.adaptor.interceptor
Class AdaptorInterceptorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymx4j.adaptor.interceptor.AdaptorInterceptorException
All Implemented Interfaces:
java.io.Serializable

public class AdaptorInterceptorException
extends java.lang.Exception

This exception is only used internally by the AdaptorInterceptor class, to avoid that interceptors do too much exception logging.

Version:
$Revision: 1.1 $
Author:
Simone Bordet
See Also:
Serialized Form

Constructor Summary
AdaptorInterceptorException(java.lang.Exception target)
           
 
Method Summary
 java.lang.Exception getTargetException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdaptorInterceptorException

public AdaptorInterceptorException(java.lang.Exception target)
Method Detail

getTargetException

public java.lang.Exception getTargetException()


Copyright © 2001-2002 MX4J Team. All Rights Reserved.