Class HazelcastSqlException

All Implemented Interfaces:
Serializable

public class HazelcastSqlException
extends HazelcastException
An exception occurred during SQL query execution.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getOriginatingMemberId

      @Nonnull public UUID getOriginatingMemberId()
      Gets ID of the member that caused or initiated an error condition.
      Returns:
      ID of the member that caused or initiated an error condition
    • getCode

      @PrivateApi public int getCode()
      Gets the internal error code associated with the exception.
      Returns:
      the internal error code associated with the exception