Package org.apache.qpid.protonj2.buffer
Class ProtonBufferReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.qpid.protonj2.buffer.ProtonBufferReadOnlyException
- All Implemented Interfaces:
- Serializable
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 SummaryConstructorsConstructorDescriptionConstructs an ProtonBufferReadOnlyException with a default message.ProtonBufferReadOnlyException(String message) Constructs an ProtonBufferReadOnlyException with the specified error message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ProtonBufferReadOnlyExceptionpublic ProtonBufferReadOnlyException()Constructs an ProtonBufferReadOnlyException with a default message.
- 
ProtonBufferReadOnlyExceptionConstructs an ProtonBufferReadOnlyException with the specified error message.- Parameters:
- message- the String that contains a detailed message
 
 
-