org.apache.servicemix.jbi
Class FaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jbi.JBIException
javax.jbi.messaging.MessagingException
org.apache.servicemix.jbi.FaultException
- All Implemented Interfaces:
- Serializable
public class FaultException
- extends javax.jbi.messaging.MessagingException
An exception which is thrown if a fault occurs in some JBI client invocation.
- Version:
- $Revision: 564374 $
- See Also:
- Serialized Form
|
Constructor Summary |
FaultException(String text,
javax.jbi.messaging.MessageExchange exchange,
javax.jbi.messaging.Fault fault)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FaultException
public FaultException(String text,
javax.jbi.messaging.MessageExchange exchange,
javax.jbi.messaging.Fault fault)
newInstance
public static FaultException newInstance(javax.jbi.messaging.MessageExchange exchange)
throws NoFaultAvailableException
- Throws:
NoFaultAvailableException
getExchange
public javax.jbi.messaging.MessageExchange getExchange()
getFault
public javax.jbi.messaging.Fault getFault()
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.