org.apache.camel.component.pojo
Class NoPojoAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.camel.CamelException
              extended by org.apache.camel.component.pojo.NoPojoAvailableException
All Implemented Interfaces:
Serializable

public class NoPojoAvailableException
extends CamelException

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

Constructor Summary
NoPojoAvailableException(PojoEndpoint endpoint)
           
 
Method Summary
 PojoEndpoint getEndpoint()
           
 
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

NoPojoAvailableException

public NoPojoAvailableException(PojoEndpoint endpoint)
Method Detail

getEndpoint

public PojoEndpoint getEndpoint()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.