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, toStringpublic UUID getOriginatingMemberId()
@PrivateApi public int getCode()
@PrivateApi public String getSuggestion()
Copyright © 2024 Hazelcast, Inc.. All rights reserved.