package com.mstar.android.tvapi.common.exception;

/* JADX INFO: loaded from: classes.dex */
public class TvOutOfBoundException extends TvCommonException {
    public TvOutOfBoundException() {
        super(TvExceptionConstant.EXCEPTION_MSG_OUT_OF_BOUND);
    }

    public TvOutOfBoundException(String str) {
        super(str);
    }

    public TvOutOfBoundException(String str, Exception exc) {
        super(str, exc);
    }
}
