Bug 1018784

Summary: [Doc Bug Fix] Incomplete list of RESTEasy Internally Thrown Exceptions
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Sakař <psakar>
Component: Documentation, RESTEasyAssignee: Andrea Hoffer <ahoffer>
Status: CLOSED NOTABUG QA Contact: Russell Dickenson <rdickens>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: dmichael, kanovotn, nobody, smumford, weli
Target Milestone: ---Keywords: Documentation, FutureFeature, Triaged
Target Release: EAP 6.4.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 14875, Development Guide-6.2-1 Build Date: 02-10-2013 13:20:00 Topic ID: 2811-432841 [Latest]
Last Closed: 2015-07-16 20:35:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Sakař 2013-10-14 12:04:42 UTC
Title: RESTEasy Internally Thrown Exceptions

Describe the issue:

I know about at least one case not mentioned - 406. Please consult with developers

Comment 6 Weinan Li 2015-07-16 15:49:35 UTC
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.

Comment 7 Andrea Hoffer 2015-07-16 20:35:31 UTC
Closing this as CLOSED - NOTABUG due to Weinan's response that the list is complete.