com.atlassian.spring.container
Class ComponentNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.spring.container.ComponentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ComponentNotFoundException
extends java.lang.RuntimeException

Thrown if the specified component cannot be found in the container

See Also:
Serialized Form

Constructor Summary
ComponentNotFoundException(java.lang.String message)
           
ComponentNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
 
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

ComponentNotFoundException

public ComponentNotFoundException(java.lang.String message)

ComponentNotFoundException

public ComponentNotFoundException(java.lang.String message,
                                  java.lang.Throwable cause)


Copyright © 2006-2011 Atlassian. All Rights Reserved.