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