Class ByteChunk.BufferOverflowException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ByteChunk

    public static class ByteChunk.BufferOverflowException
    extends java.io.IOException
    Exception thrown when a byte chunk buffer overflows.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BufferOverflowException​(java.lang.String message)
      Constructs an exception with the specified message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BufferOverflowException

        public BufferOverflowException​(java.lang.String message)
        Constructs an exception with the specified message.
        Parameters:
        message - the detail message