jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.servlet
Class JetWebServletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cedar.jetweb.JetWebException
              extended by cedar.jetweb.servlet.JetWebServletException
All Implemented Interfaces:
java.io.Serializable

public class JetWebServletException
extends JetWebException

Exception thrown by JetWeb web frontend. May be a wrapper round another JetWeb Exception, but may also originate from the control layer.

Version:
$Date: 2005-10-24 10:16:06 +0100 (Mon, 24 Oct 2005) $ $Revision: 959 $
Author:
S. Butterworth
See Also:
Serialized Form

Field Summary
 
Fields inherited from class cedar.jetweb.JetWebException
data, originalException
 
Constructor Summary
JetWebServletException(java.lang.Exception originalException)
          JetWebServletException constructor wrapping underlying exception.
JetWebServletException(java.lang.String message, java.lang.String data)
          JetWebServletException constructor when no underlying exception thrown.
 
Method Summary
 
Methods inherited from class cedar.jetweb.JetWebException
getMessage, getOriginalException, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JetWebServletException

public JetWebServletException(java.lang.Exception originalException)
JetWebServletException constructor wrapping underlying exception.

Parameters:
originalException -
data - useful in debugging this error


JetWebServletException

public JetWebServletException(java.lang.String message,
                              java.lang.String data)
JetWebServletException constructor when no underlying exception thrown.

Parameters:
message -
data - useful in debugging this error