cgl.narada.wsinfra.exception
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
ProcessingException
public ProcessingException(String reason)
ProcessingException
public ProcessingException(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