org.apache.camel
Class NoFactoryAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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:
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoFactoryAvailableException
public NoFactoryAvailableException(String uri)
NoFactoryAvailableException
public NoFactoryAvailableException(String uri,
Throwable cause)
getUri
public String getUri()
Apache CAMEL