Class WhereClauseException

All Implemented Interfaces:
Serializable

public class WhereClauseException extends BusinessObjectException
WhereClauseException will be thrown when the client-side SQL parser encounters any errors.
See Also:
  • Constructor Details

    • WhereClauseException

      public WhereClauseException(String strMessage, Throwable thE)
      Class constructor specifying a detailed message and the original thrown exception.
      Parameters:
      strMessage - the detailed message of this exception
      thE - the originally thrown exception
    • WhereClauseException

      public WhereClauseException(String strMessage)
      Class constructor specifying a detailed message.
      Parameters:
      strMessage - the message of this exception