com.schlimm.springcdi.interceptor
Class InterceptorAwareBeanFactoryPostProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by com.schlimm.springcdi.interceptor.InterceptorAwareBeanFactoryPostProcessorException
All Implemented Interfaces:
Serializable

public class InterceptorAwareBeanFactoryPostProcessorException
extends org.springframework.core.NestedRuntimeException

Exception that is thrown by interceptor pattern implementation logic.

Author:
Niklas Schlimm
See Also:
Serialized Form

Constructor Summary
InterceptorAwareBeanFactoryPostProcessorException(String msg)
           
InterceptorAwareBeanFactoryPostProcessorException(String msg, ClassNotFoundException e)
           
InterceptorAwareBeanFactoryPostProcessorException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InterceptorAwareBeanFactoryPostProcessorException

public InterceptorAwareBeanFactoryPostProcessorException(String msg,
                                                         Throwable cause)

InterceptorAwareBeanFactoryPostProcessorException

public InterceptorAwareBeanFactoryPostProcessorException(String msg)

InterceptorAwareBeanFactoryPostProcessorException

public InterceptorAwareBeanFactoryPostProcessorException(String msg,
                                                         ClassNotFoundException e)


Copyright © 2011. All Rights Reserved.