org.apache.camel
Class NoFactoryAvailableException

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

public class NoFactoryAvailableException
extends IOException

Thrown if no factory resource is available for the given URI

Version:
$Revision: 759848 $
See Also:
Serialized Form

Constructor Summary
NoFactoryAvailableException(String uri)
           
NoFactoryAvailableException(String uri, Throwable cause)
           
 
Method Summary
 String getUri()
           
 
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

NoFactoryAvailableException

public NoFactoryAvailableException(String uri)

NoFactoryAvailableException

public NoFactoryAvailableException(String uri,
                                   Throwable cause)
Method Detail

getUri

public String getUri()


Apache CAMEL