Package org.apache.qpid.protonj2.buffer
Class ProtonBufferClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.qpid.protonj2.buffer.ProtonBufferClosedException
- All Implemented Interfaces:
- Serializable
Proton Buffer related error that indicates that the buffer is closed
 and cannot be accessed for any further buffer operations.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs an ProtonBufferClosedException with a default message.ProtonBufferClosedException(String message) Constructs an ProtonBufferClosedException 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- 
ProtonBufferClosedExceptionpublic ProtonBufferClosedException()Constructs an ProtonBufferClosedException with a default message.
- 
ProtonBufferClosedExceptionConstructs an ProtonBufferClosedException with the specified error message.- Parameters:
- message- the String that contains a detailed message
 
 
-