23242526272829
public Exception getException(String msg) throws Exception { return new RetryException(msg); } public Exception getException(String msg, Throwable t) throws Exception { return new RetryException(msg, t); }