cgl.narada.wsinfra.exception
Class IncorrectExchangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cgl.narada.wsinfra.exception.IncorrectExchangeException
- All Implemented Interfaces:
- Serializable
public class IncorrectExchangeException
- extends Exception
The exception that is thrown when an incorrect exchange is routed to a
WsProcessor. Examples of this include an acknowledgement being received
at a WSRM sink node.
- See Also:
- Serialized Form
IncorrectExchangeException
public IncorrectExchangeException(String reason)
IncorrectExchangeException
public IncorrectExchangeException(String reason,
String errorCode)
toString
public String toString()
- Overrides:
toString in class Throwable
getStackTraceAsString
public String getStackTraceAsString()
- Gets the stack trace associated with the exception
For comments and suggestions please send
e-mail to
The NaradaBrokering Project