public class HazelcastSqlException extends HazelcastException
Constructor and Description |
---|
HazelcastSqlException(UUID originatingMemberId,
int code,
String message,
Throwable cause) |
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@PrivateApi public HazelcastSqlException(@Nonnull UUID originatingMemberId, int code, String message, Throwable cause)
@Nonnull public UUID getOriginatingMemberId()
@PrivateApi public int getCode()
Copyright © 2021 Hazelcast, Inc.. All rights reserved.