Class RowCountException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jbstrap.core.dao.exception.RowCountException
All Implemented Interfaces:
Serializable

public class RowCountException extends Exception
Data row count exception
Since:
4.0
Author:
JBStrap
See Also:
  • Constructor Details

    • RowCountException

      public RowCountException(String exceptionMessageKey, Object... args)
      Throws an exception, when an error is encountered during a data row count. The error message based on the message parameters and message key.
      Parameters:
      exceptionMessageKey - The error message key, which is a message source key
      args - Hibaüzenet paraméterek (message source üzenet argumentumai)
    • RowCountException

      public RowCountException(String exceptionMessageKey, Throwable e, Object... args)
      Throws an exception, when an error is encountered during a data row count. The error message is created, based on the message parameters and the message key. The stack trace originates from the error that is specified in the parameter.
      Parameters:
      exceptionMessageKey - The error message key, which is a message source key
      e - The original exception
      args - Error message parameters (message source message arguments)
  • Method Details

    • getExceptionMessageKey

      public String getExceptionMessageKey()
      Gets the exception message source key
      Returns:
      The exception message key