Updated the README to reflect the new changes

This commit is contained in:
Rachel Walker
2013-01-03 15:29:58 -08:00
parent a61e09f1b3
commit 9f58c840cd

View File

@@ -46,3 +46,6 @@ 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.