public class CommitBarrierOpenException extends IllegalStateException
| Constructor and Description |
|---|
CommitBarrierOpenException(String message)
Creates a new CommitBarrierOpenException with the provided message.
|
CommitBarrierOpenException(String message,
Throwable cause)
Creates a new CommitBarrierOpenException with the provided message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommitBarrierOpenException(String message)
message - the messageCopyright © 2025. All rights reserved.