what-the-bank/sources/com/kofax/kmc/kut/utilities/error/IllegalThreadStateException...

14 lines
500 B
Java

package com.kofax.kmc.kut.utilities.error;
/* loaded from: classes3.dex */
public class IllegalThreadStateException extends java.lang.IllegalThreadStateException {
private static final long serialVersionUID = 8909271268127255656L;
public IllegalThreadStateException(String str) {
super(str);
ErrorInfo errorInfo = ErrorInfo.KMC_GN_ILLEGAL_THREAD_STATE_EXCEPTION;
errorInfo.setErrCause(str);
ErrorEventDelegate.postErrorInfoBusEvent(errorInfo, null);
}
}