Hide Forgot
Title: RESTEasy Internally Thrown Exceptions Describe the issue: I know about at least one case not mentioned - 406. Please consult with developers
In this document: https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html-single/Development_Guide/index.html#RESTEasy_Internally_Thrown_Exceptions the description is complete for spi exceptions: cute:resteasy-upstream-Branch_2_3 weli$ grep -rl 'Failure' * | grep java$ | grep -v test | grep 'Failure\|Exception' | grep spi resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/BadRequestException.java resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/DefaultOptionsMethodException.java resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/Failure.java resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/InternalServerErrorException.java resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/LoggableFailure.java resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/MethodNotAllowedException.java resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/NotAcceptableException.java resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/NotFoundException.java resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ReaderException.java resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/UnauthorizedException.java resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/UnsupportedMediaTypeException.java resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/WriterException.java Other exceptions not included in document are not relative so I suggest this bug is fixed.
Closing this as CLOSED - NOTABUG due to Weinan's response that the list is complete.