cgl.narada.wsinfra.exception
Class UnknownExchangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cgl.narada.wsinfra.exception.UnknownExchangeException
- All Implemented Interfaces:
- Serializable
- public class UnknownExchangeException
- extends Exception
The exception that is thrown when an unknown exchange is routed to a
WsProcessor. An unknown exchange is an exchange which an processor does
not know about and thus has no means to handle it. Examples of this
include a wsrm:acknowledgement being received at a WS-Eventing node.
- See Also:
- Serialized Form
UnknownExchangeException
public UnknownExchangeException(String reason)
UnknownExchangeException
public UnknownExchangeException(String reason,
String errorCode)
toString
public String toString()
getStackTraceAsString
public String getStackTraceAsString()
- Gets the stack trace associated with the exception