public class

MaxBytesExceededException

extends RuntimeCryptoException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.bouncycastle.crypto.RuntimeCryptoException
           ↳ org.bouncycastle.crypto.MaxBytesExceededException

Class Overview

this exception is thrown whenever a cipher requires a change of key, iv or similar after x amount of bytes enciphered

Summary

Public Constructors
MaxBytesExceededException()
base constructor.
MaxBytesExceededException(String message)
create an with the given message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MaxBytesExceededException ()

base constructor.

public MaxBytesExceededException (String message)

create an with the given message.

Parameters
message the message to be carried with the exception.