]> source.dussan.org Git - jgit.git/commit
Add constructors that take Throwable to ServiceMayNotContinueException. 35/17135/4
authorColby Ranger <cranger@google.com>
Mon, 7 Oct 2013 21:14:01 +0000 (14:14 -0700)
committerColby Ranger <cranger@google.com>
Mon, 7 Oct 2013 21:31:06 +0000 (17:31 -0400)
commita27529c822ffae2b72048596370784f91e071a36
tree7d17f0597c092ce66276e13faa038b93ecd60018
parent5218f7b33afc02bcd0029767e867222ddc000b09
Add constructors that take Throwable to ServiceMayNotContinueException.

ServiceMayNotContinueException usually wraps an underlying exception.
Add convenience constructors that take Throwable. In the case a
string is not provided, the message defaults to "internal server error",
since it may be reported to the client.

Change-Id: I15dc20306826c352f69e88afb7ed6927c12b6c1f
org.eclipse.jgit/src/org/eclipse/jgit/transport/ServiceMayNotContinueException.java