From 62801050cd9fe38b3407a905784c4a133a5c6bdd Mon Sep 17 00:00:00 2001 From: Rachel Walker Date: Thu, 3 Jan 2013 15:32:31 -0800 Subject: [PATCH] Updated the README to reflect the new changes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b44c92..9de376e 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,5 @@ 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.