Class BufferDataException

    • Constructor Detail

      • BufferDataException

        public BufferDataException()
        Create a new BufferDataException instance
      • BufferDataException

        public BufferDataException​(String message)
        Create a new BufferDataException instance
        Parameters:
        message - The exception message
      • BufferDataException

        public BufferDataException​(String message,
                                   Throwable cause)
        Create a new BufferDataException instance
        Parameters:
        message - The exception message
        cause - The original cause
      • BufferDataException

        public BufferDataException​(Throwable cause)
        Create a new BufferDataException instance
        Parameters:
        cause - The original cause