cgl.narada.wsinfra.exception
Class MessageFlowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cgl.narada.wsinfra.exception.MessageFlowException
- All Implemented Interfaces:
- Serializable
- public class MessageFlowException
- extends Exception
The exception that is thrown when there are problems related to flow of
messages either to the network/application from the WsProcessor. Typical
reasons why this exception might be thrown include unknown network
addresses, closed sockets etc.
- See Also:
- Serialized Form
MessageFlowException
public MessageFlowException(String reason)
MessageFlowException
public MessageFlowException(String reason,
String errorCode)
toString
public String toString()
getStackTraceAsString
public String getStackTraceAsString()
- Gets the stack trace associated with the exception