SCHEDULING-2110 SchedulerRestClient, throw proper exceptions in case of a job submission failure
Fix: recursively unwarp the thrown exception (by SchedulerRestClient API) until the target (server-side) exception is found. Reconstruct a new exception by using the message and StackTrace of the 'unwrapped'exception. Change-Id: I647b8f4bef3a7ff613a21368895782505cb419d9
Please register or sign in to comment