org.apache.sesame.exception
Class MissingDataServletException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.servlet.ServletException
|
+--org.apache.sesame.exception.MissingDataServletException
- All Implemented Interfaces:
- java.io.Serializable
- public class MissingDataServletException
- extends javax.servlet.ServletException
Thrown when some runtime data which should have been defined is not there.
For example, a given Filter might expect some data in the HTTP Request (as
an attribute). These are data that are supposed to be there. If not, then
it is a critical exception that should stop processing the current request.
- Version:
- $Id: MissingDataServletException.java,v 1.1 2002/06/03 18:18:25 vmassol Exp $
- Author:
- Vincent Massol
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.ServletException |
rootCause |
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Methods inherited from class javax.servlet.ServletException |
getRootCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
MissingDataServletException
public MissingDataServletException(java.lang.String message)
- See Also:
ServletException
MissingDataServletException
public MissingDataServletException(java.lang.String message,
java.lang.Throwable originalThrowable)
- See Also:
ServletException
Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.