|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.jboss.resteasy.spi.ApplicationException
public class ApplicationException
This exception should only be used by Resteasy integrators. Application code should use WebApplicationException An exception thrown by the application.
We don't reuse WebApplicationException as it provides a Response object. This exception means that the Resteasy runtime must handle the exception. i.e. Find an ExceptionMapper to map it to a Response, or let some interceptor handle it in a special way.
Constructor Summary | |
---|---|
ApplicationException(java.lang.String s,
java.lang.Throwable throwable)
|
|
ApplicationException(java.lang.Throwable throwable)
|
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 ApplicationException(java.lang.String s, java.lang.Throwable throwable)
public ApplicationException(java.lang.Throwable throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |