org.jboss.naming.interceptors
Class ExceptionInterceptor

java.lang.Object
  extended byorg.jboss.proxy.Interceptor (src) 
      extended byorg.jboss.naming.interceptors.ExceptionInterceptor
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class ExceptionInterceptor
extends Interceptor (src)
implements java.io.Externalizable

A client interceptor that handles the wrapping of exceptions to NamingExceptions

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.proxy.Interceptor (src)
nextInterceptor
 
Constructor Summary
ExceptionInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Invocation (src)  mi)
          Handle methods locally on the client
 
Methods inherited from class org.jboss.proxy.Interceptor (src)
getNext, readExternal, setNext, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Constructor Detail

ExceptionInterceptor

public ExceptionInterceptor()
Method Detail

invoke

public java.lang.Object invoke(Invocation (src)  mi)
                        throws java.lang.Throwable
Handle methods locally on the client

Specified by:
invoke in class Interceptor (src)
Parameters:
mi -
Returns:
Throws:
java.lang.Throwable