/* GENERATED SOURCE. DO NOT MODIFY. */ package com.android.internal.org.bouncycastle.operator; /** * @hide This class is not part of the Android public SDK API */ public class OperatorCreationException extends OperatorException { public OperatorCreationException(String msg, Throwable cause) { super(msg, cause); } public OperatorCreationException(String msg) { super(msg); } }