org.springframework.context.annotation
Class ConflictingBeanDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.springframework.context.annotation.ConflictingBeanDefinitionException
All Implemented Interfaces:
java.io.Serializable

 class ConflictingBeanDefinitionException
extends java.lang.IllegalStateException

Marker subclass of IllegalStateException, allowing for explicit catch clauses in calling code.

Since:
3.1
Author:
Chris Beams

Constructor Summary
ConflictingBeanDefinitionException(java.lang.String message)
           
 
Method Summary
 
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

ConflictingBeanDefinitionException

public ConflictingBeanDefinitionException(java.lang.String message)