Merge remote-tracking branch 'origin/rel-1.5-uzh' into development
Conflicts: src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/lms/impl/mockup/MockCourseAccessAPI.java
This commit is contained in:
commit
0616f82c9f
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ public final class Result<T> {
|
|||
if (this.error instanceof RuntimeException) {
|
||||
throw (RuntimeException) this.error;
|
||||
} else {
|
||||
throw new RuntimeException("RuntimeExceptionWrapper cause: ", this.error);
|
||||
throw new RuntimeException("RuntimeExceptionWrapper cause: " + this.error.getMessage(), this.error);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue