com.nhncorp.neptune.common.aop
Class ExceptionHandler

java.lang.Object
  extended by com.nhncorp.neptune.common.aop.DefaultInvocationHandler
      extended by com.nhncorp.neptune.common.aop.ExceptionHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class ExceptionHandler
extends DefaultInvocationHandler


Constructor Summary
ExceptionHandler()
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class com.nhncorp.neptune.common.aop.DefaultInvocationHandler
getTargetObject, setTargetObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Overrides:
invoke in class DefaultInvocationHandler
Throws:
java.lang.Throwable