blob: 905c665b686a55dfc587993e66200c02864b0712 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.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);
}
}