Class CBORInsufficientDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.authlete.cbor.CBORDecoderException
com.authlete.cbor.CBORInsufficientDataException
- All Implemented Interfaces:
Serializable
The exception raised when the end of the input stream was reached unexpectedly.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCBORInsufficientDataException
(int major, int info, int offset, int length) CBORInsufficientDataException
(String message, int offset) -
Method Summary
Methods inherited from class com.authlete.cbor.CBORDecoderException
getOffset
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CBORInsufficientDataException
-
CBORInsufficientDataException
public CBORInsufficientDataException(int major, int info, int offset, int length)
-