com.faunos.util.net.http
Class ExceptionStagelet
java.lang.Object
com.faunos.util.net.http.FileChannelStagelet
com.faunos.util.net.http.ExceptionStagelet
- All Implemented Interfaces:
- Handlet, Stagelet
public class ExceptionStagelet
- extends FileChannelStagelet
A boiler plate HTTP 500 response that prints a stack trace.
- Author:
- Babak Farhang
- See Also:
ExceptionResponseFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionStagelet
public ExceptionStagelet(Exception e,
StageletStack stack,
boolean persistConnection)
- Creates a new instance using the given exception.