Class BufferAllocationException

All Implemented Interfaces:
Serializable

public class BufferAllocationException extends RuntimeException
See Also:
  • Constructor Details

    • BufferAllocationException

      public BufferAllocationException(String message)
    • BufferAllocationException

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

      public BufferAllocationException(String message, Throwable t, Object... args)
  • Method Details