@ -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) {