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, toString
public CommitBarrierOpenException(String message)
message
- the messageCopyright © 2020. All rights reserved.