org.apache.servicemix.bean
Class MethodInvocationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.servicemix.bean.MethodInvocationFailedException
- All Implemented Interfaces:
- java.io.Serializable
public class MethodInvocationFailedException
- extends java.lang.Exception
- Version:
- $Revision: $
- See Also:
- Serialized Form
|
Constructor Summary |
MethodInvocationFailedException(java.lang.Object pojo,
org.aopalliance.intercept.MethodInvocation invocation,
javax.jbi.messaging.MessageExchange messageExchange,
BeanEndpoint endpoint,
java.lang.Throwable cause)
|
| 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 |
MethodInvocationFailedException
public MethodInvocationFailedException(java.lang.Object pojo,
org.aopalliance.intercept.MethodInvocation invocation,
javax.jbi.messaging.MessageExchange messageExchange,
BeanEndpoint endpoint,
java.lang.Throwable cause)
getPojo
public java.lang.Object getPojo()
getInvocation
public org.aopalliance.intercept.MethodInvocation getInvocation()
getMessageExchange
public javax.jbi.messaging.MessageExchange getMessageExchange()
getEndpoint
public BeanEndpoint getEndpoint()
Copyright © 2005-2012 FuseSource. All Rights Reserved.