|
||||||||||
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
com.sun.jersey.api.container.ContainerException
public class ContainerException
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 | |
---|---|
ContainerException()
Construct a new instance with the supplied message |
|
ContainerException(java.lang.String message)
Construct a new instance with the supplied message |
|
ContainerException(java.lang.String message,
java.lang.Throwable cause)
Construct a new instance with the supplied message and cause |
|
ContainerException(java.lang.Throwable cause)
Construct a new instance 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 ContainerException()
public ContainerException(java.lang.String message)
message
- the messagepublic ContainerException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the Throwable that caused the exception to be thrownpublic ContainerException(java.lang.Throwable cause)
cause
- the Throwable that caused the exception to be thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |