Class HazelcastSqlException

All Implemented Interfaces:
Serializable

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

  • Method Details

    • getOriginatingMemberId

      public UUID getOriginatingMemberId()
      Gets 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.
    • getSuggestion

      @PrivateApi public String getSuggestion()
      Gets the suggested SQL statement to remediate experienced error