jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.job
Class JobRequestException

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

public class JobRequestException
extends JetWebException

Exception thrown by Job Request function. May contain a vector of parameters missing from a JobRequest. May wrap an underlying exception such as JetWebDBException.

Version:
$date$ $revision$
Author:
J & S Butterworth
See Also:
Serialized Form

Field Summary
 
Fields inherited from class cedar.jetweb.JetWebException
data, originalException
 
Method Summary
 java.lang.String getMessage()
          Overrides super to write out missing parameters (if any exist)
 
Methods inherited from class cedar.jetweb.JetWebException
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
 

Method Detail

getMessage

public java.lang.String getMessage()
Overrides super to write out missing parameters (if any exist)

Overrides:
getMessage in class JetWebException
Returns:
msg