@Override public void throwBusinessException( Throwable throwable, BusinessError businessError, Object... args) { super.throwBusinessException(throwable, businessError, args); }
@Override public void throwIfNull(Object object, BusinessException businessException, Object... object2) { super.throwIfNull(object, businessException, object2); }
@Override public void throwBusinessException( BusinessException businessException, Throwable throwable, Object... args) { super.throwBusinessException(businessException, throwable, args); }
@Override public void throwBusinessException(Throwable throwable, Integer noError, Object... args) { super.throwBusinessException(throwable, noError, args); }
@Override public void throwBusinessException(BusinessError businessError, Object... args) { super.throwBusinessException(businessError, args); }
@Override public void error(String message, Throwable throwable) { super.error(message, throwable); }
@Override public void warn(String message, Serializable... args) { super.warn(message, args); }
@Override public void info(String message, Serializable... args) { super.info(message, args); }
@Override public void debug(String message, Serializable... args) { super.debug(message, args); }