public class ProcessingException extends RuntimeException
This exception may be thrown by the application signaling that the container should handle the exception to produce an appropriate HTTP response.
This exception may also be thrown by the runtime if an exception occurs that should be handled by the container.
| Constructor and Description |
|---|
ProcessingException()
Construct a new container exception with the supplied message.
|
ProcessingException(String message)
Construct a new container exception with the supplied message.
|
ProcessingException(String message,
Throwable cause)
Construct a new container exception with the supplied message and cause.
|
ProcessingException(Throwable cause)
Construct a new container exception with the supplied cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProcessingException()
public ProcessingException(String message)
message - the exception message.public ProcessingException(String message, Throwable cause)
message - the exception message.cause - the exception cause.public ProcessingException(Throwable cause)
cause - the exception cause.Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.