cgl.narada.wsinfra.exception
Class MessageFlowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
MessageFlowException(String reason)
           
MessageFlowException(String reason, String errorCode)
           
 
Method Summary
 String getStackTraceAsString()
          Gets the stack trace associated with the exception
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageFlowException

public MessageFlowException(String reason)

MessageFlowException

public MessageFlowException(String reason,
                            String errorCode)
Method Detail

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