Updated the README to reflect the new changes

This commit is contained in:
Rachel Walker
2013-01-03 15:34:59 -08:00
parent 5c8d5a1289
commit 61ff23fac4

View File

@@ -49,4 +49,4 @@ public class MyCustomException extends Exception {
### Note:
If an unannotated exception is thrown, the spring-restful-exception-handler will call `getCause()` until the first annotated exception is found. Provided there is no annotated exception, the default httpStatus and contentType will be used.
If an unannotated exception is thrown, the spring-restful-exception-handler will call `getCause()` on the exception until the first annotated exception is found. Provided there is no annotated exception, the default httpStatus and contentType will be used.