org.apache.camel.guice.support
Class CloseFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.camel.guice.support.CloseFailedException
All Implemented Interfaces:
Serializable

public class CloseFailedException
extends IOException

Indicates that an attempt to close an injector or scope failed closing one or more bindings.

See Also:
Serialized Form

Constructor Summary
CloseFailedException(List<com.google.inject.spi.Message> messages)
           
 
Method Summary
 List<com.google.inject.spi.Message> getMessages()
           
 
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

CloseFailedException

public CloseFailedException(List<com.google.inject.spi.Message> messages)
Method Detail

getMessages

public List<com.google.inject.spi.Message> getMessages()


Apache Camel