Class ProtonBufferReadOnlyException

All Implemented Interfaces:
Serializable

public class ProtonBufferReadOnlyException extends IllegalStateException
Proton Buffer related error that indicates that the buffer is read-only and cannot be accessed for any further buffer write operations.
See Also:
  • Constructor Details

    • ProtonBufferReadOnlyException

      public ProtonBufferReadOnlyException()
      Constructs an ProtonBufferReadOnlyException with a default message.
    • ProtonBufferReadOnlyException

      public ProtonBufferReadOnlyException(String message)
      Constructs an ProtonBufferReadOnlyException with the specified error message.
      Parameters:
      message - the String that contains a detailed message