Class CBORInsufficientDataException

All Implemented Interfaces:
Serializable

public class CBORInsufficientDataException extends CBORDecoderException
The exception raised when the end of the input stream was reached unexpectedly.
See Also:
  • Constructor Details

    • CBORInsufficientDataException

      public CBORInsufficientDataException(String message, int offset)
    • CBORInsufficientDataException

      public CBORInsufficientDataException(int major, int info, int offset, int length)