Class BufferOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javacardx.framework.nio.BufferOverflowException
Unchecked exception thrown when a relative put operation reaches the
target buffer's limit.
- Since:
- 3.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BufferOverflowException
public BufferOverflowException()Constructs an instance of this class.
-