public class HazelcastSqlException extends HazelcastException
Constructor and Description |
---|
HazelcastSqlException(String message,
Throwable cause) |
HazelcastSqlException(UUID originatingMemberId,
int code,
String message,
Throwable cause,
String suggestion) |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Gets the internal error code associated with the exception.
|
UUID |
getOriginatingMemberId()
Gets ID of the member that caused or initiated an error condition.
|
String |
getSuggestion()
Gets the suggested SQL statement to remediate experienced error
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UUID getOriginatingMemberId()
@PrivateApi public int getCode()
@PrivateApi public String getSuggestion()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.