SimpleServlets v5.5.0

com.simpleservlets.pageprocessor
Class PageProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PageProcessorException()
           
PageProcessorException(String message)
           
PageProcessorException(String message, Throwable cause)
           
PageProcessorException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageProcessorException

public PageProcessorException(String message,
                              Throwable cause)

PageProcessorException

public PageProcessorException(Throwable cause)

PageProcessorException

public PageProcessorException(String message)

PageProcessorException

public PageProcessorException()

SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.