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