blob: c87bd1e990cf41c372cccc341a6a0f935caf1b19 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.internal.org.bouncycastle.crypto;
/**
* @hide This class is not part of the Android public SDK API
*/
public class OutputLengthException
extends DataLengthException
{
public OutputLengthException(String msg)
{
super(msg);
}
}