org.apache.servicemix.bean
Class MethodInvocationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.servicemix.bean.MethodInvocationFailedException
- All Implemented Interfaces:
- Serializable
public class MethodInvocationFailedException
- extends Exception
- Version:
- $Revision: $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MethodInvocationFailedException
public MethodInvocationFailedException(Object pojo,
org.aopalliance.intercept.MethodInvocation invocation,
javax.jbi.messaging.MessageExchange messageExchange,
BeanEndpoint endpoint,
Throwable cause)
getPojo
public Object getPojo()
getInvocation
public org.aopalliance.intercept.MethodInvocation getInvocation()
getMessageExchange
public javax.jbi.messaging.MessageExchange getMessageExchange()
getEndpoint
public BeanEndpoint getEndpoint()
Copyright © 2010 FuseSource. All Rights Reserved.