|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.jersey.internal.ProcessingException
public class ProcessingException
Runtime exception to be caught by the container.
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 Summary | |
|---|---|
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. |
|
| 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 |
|---|
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||