com.ds.fw.exceptions
Class FwRequestProcessingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ds.fw.exceptions.FwException
                    |
                    +--com.ds.fw.exceptions.FwRequestProcessingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FwApplicationException

public class FwRequestProcessingException
extends FwException

See Also:
Serialized Form

Constructor Summary
FwRequestProcessingException()
          Null constructor.
FwRequestProcessingException(java.lang.String msg)
          Constructs this object by initializing superclass with given string(message).
FwRequestProcessingException(java.lang.String msg, java.lang.Throwable cause)
          Constructs this object with message and original cause of exception.
FwRequestProcessingException(java.lang.Throwable exc)
          Constructs this object to wrap up an exception/throwable
 
Methods inherited from class com.ds.fw.exceptions.FwException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FwRequestProcessingException

public FwRequestProcessingException()
Null constructor.


FwRequestProcessingException

public FwRequestProcessingException(java.lang.String msg)
Constructs this object by initializing superclass with given string(message).


FwRequestProcessingException

public FwRequestProcessingException(java.lang.Throwable exc)
Constructs this object to wrap up an exception/throwable


FwRequestProcessingException

public FwRequestProcessingException(java.lang.String msg,
                                    java.lang.Throwable cause)
Constructs this object with message and original cause of exception. This is intended to 'translate' original exception to ComponentManagementException.

Parameters:
msg - message
cause - original exception