cgl.narada.wsinfra.exception
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cgl.narada.wsinfra.exception.ProcessingException
All Implemented Interfaces:
Serializable

public class ProcessingException
extends Exception

The exception that is thrown when there are problems related to processing messages. In such cases typically a WsFaultException is not enough since it might not be correct to issue a Fault or it might not be possible to do so (because a message might be received without any source information).

See Also:
Serialized Form

Constructor Summary
ProcessingException(String reason)
           
ProcessingException(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

ProcessingException

public ProcessingException(String reason)

ProcessingException

public ProcessingException(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