public class ProcessingException extends RuntimeException
Constructor and Description |
---|
ProcessingException(JPAServletContext ctx,
Localizer.Message message,
int errorCode) |
ProcessingException(JPAServletContext ctx,
Throwable error) |
ProcessingException(JPAServletContext ctx,
Throwable error,
int errorCode) |
ProcessingException(JPAServletContext ctx,
Throwable error,
Localizer.Message message) |
ProcessingException(JPAServletContext ctx,
Throwable error,
Localizer.Message message,
int errorCode) |
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace()
Prints the stack trace in a HTML format on the given response output stream.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public ProcessingException(JPAServletContext ctx, Throwable error)
public ProcessingException(JPAServletContext ctx, Throwable error, int errorCode)
public ProcessingException(JPAServletContext ctx, Localizer.Message message, int errorCode)
public ProcessingException(JPAServletContext ctx, Throwable error, Localizer.Message message)
public ProcessingException(JPAServletContext ctx, Throwable error, Localizer.Message message, int errorCode)
public void printStackTrace()
printStackTrace
in class Throwable
response
- IOException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.