runtimeException(Throwable) 추가

master
mjkhan21 11 months ago
parent 8f2aae9ff3
commit 498cebb569

@ -179,6 +179,12 @@ public abstract class AbstractServiceBean extends EgovAbstractServiceImpl {
return Assert.rootCause(t);
}
/**{@link Assert#runtimeException(Throwable)}
*/
protected static final RuntimeException runtimeException(Throwable t) {
return Assert.runtimeException(t);
}
/**{@link ApplicationException#get(Throwable)}
*/
protected static final ApplicationException applicationException(Throwable t) {

Loading…
Cancel
Save