Class ProtonBufferClosedException

All Implemented Interfaces:
Serializable

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

    • ProtonBufferClosedException

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

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