Class BufferUnderflowException

All Implemented Interfaces:
Serializable

public class BufferUnderflowException extends AsnRuntimeException
See Also:
  • Constructor Details

    • BufferUnderflowException

      public BufferUnderflowException(int position)
    • BufferUnderflowException

      public BufferUnderflowException(String message, int position)
    • BufferUnderflowException

      public BufferUnderflowException(Throwable cause, int position)