com.simpleservlets.pageprocessor
Class PageProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.simpleservlets.pageprocessor.PageProcessorException
- All Implemented Interfaces:
- Serializable
public class PageProcessorException
- extends Exception
Thrown to indicate that there was a problem servicing the request.
If the problem was caused by an underlying exception, be sure to
chain it to this one.
- Author:
- Paul Hyde
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PageProcessorException
public PageProcessorException(String message,
Throwable cause)
PageProcessorException
public PageProcessorException(Throwable cause)
PageProcessorException
public PageProcessorException(String message)
PageProcessorException
public PageProcessorException()
Copyright © 2001-2007
Programix Incorporated.
All rights reserved.
SimpleServlets is free
and is
OSI Certified
Open Source Software under the BSD
license.