Class TableConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nervousync.database.exceptions.entity.TableConfigException
All Implemented Interfaces:
Serializable

public final class TableConfigException extends RuntimeException
Version:
$Revision: 1.0 $ $Date: 8/25/2020 3:27 PM $
Author:
Steven Wee wmkm0113@Hotmail.com
See Also:
  • Constructor Details

    • TableConfigException

      public TableConfigException(String errorMessage)
      Creates a new instance of TableConfigException without detail message.
      Parameters:
      errorMessage - Error message
    • TableConfigException

      public TableConfigException(String errorMessage, Exception e)
      Creates an instance of TableConfigException with nested exception
      Parameters:
      errorMessage - Error message
      e - Nested exception