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 Summary
ConstructorDescriptionConstructs an ProtonBufferClosedException with a default message.ProtonBufferClosedException
(String message) Constructs an ProtonBufferClosedException with the specified error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProtonBufferClosedException
public ProtonBufferClosedException()Constructs an ProtonBufferClosedException with a default message. -
ProtonBufferClosedException
Constructs an ProtonBufferClosedException with the specified error message.- Parameters:
message
- the String that contains a detailed message
-