org.apache.servicemix.bean
Class MethodInvocationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.servicemix.bean.MethodInvocationFailedException
All Implemented Interfaces:
Serializable

public class MethodInvocationFailedException
extends Exception

Version:
$Revision: $
See Also:
Serialized Form

Constructor Summary
MethodInvocationFailedException(Object pojo, org.aopalliance.intercept.MethodInvocation invocation, MessageExchange messageExchange, BeanEndpoint endpoint, Throwable cause)
           
 
Method Summary
 BeanEndpoint getEndpoint()
           
 org.aopalliance.intercept.MethodInvocation getInvocation()
           
 MessageExchange getMessageExchange()
           
 Object getPojo()
           
 
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

MethodInvocationFailedException

public MethodInvocationFailedException(Object pojo,
                                       org.aopalliance.intercept.MethodInvocation invocation,
                                       MessageExchange messageExchange,
                                       BeanEndpoint endpoint,
                                       Throwable cause)
Method Detail

getPojo

public Object getPojo()

getInvocation

public org.aopalliance.intercept.MethodInvocation getInvocation()

getMessageExchange

public MessageExchange getMessageExchange()

getEndpoint

public BeanEndpoint getEndpoint()


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.