Class BufferAllocationException

  • All Implemented Interfaces:
    Serializable

    public class BufferAllocationException
    extends RuntimeException
    BufferAllocationException forked from HPPC.
    See Also:
    Serialized Form
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
    • Constructor Detail

      • BufferAllocationException

        public BufferAllocationException​(String message)
      • BufferAllocationException

        public BufferAllocationException​(String message,
                                         Object... args)
      • BufferAllocationException

        public BufferAllocationException​(String message,
                                         Throwable t,
                                         Object... args)