commit | 7dbfce878d3e17bff51339593e84979d03407bc0 | [log] [tgz] |
---|---|---|
author | Colby Ranger <cranger@google.com> | Thu Oct 31 08:26:53 2013 -0700 |
committer | Colby Ranger <cranger@google.com> | Thu Oct 31 08:56:17 2013 -0700 |
tree | b4658c308ed558212f1fb86de3af10d733620bc2 | |
parent | 93d6838485e42f9914f47dd65b1e8e360d33fca1 [diff] |
Don't double wrap ServiceMayNotContinueExceptions ServiceMayNotContinueException is an IOException, and should just be re-raised in situations that need to throw a ServiceMayNotContinueException. Also, do not set the message on ServiceMayNotContinueException, since it may be returned to the client. Change-Id: I382be1ccb2b1dca50328951239ff27c20f79d0d1