Class TableConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nervousync.database.exceptions.entity.TableConfigException
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1.0 $ $Date: 8/25/2020 3:27 PM $
- Author:
- Steven Wee wmkm0113@Hotmail.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTableConfigException(String errorMessage) Creates a new instance of TableConfigException without detail message.TableConfigException(String errorMessage, Exception e) Creates an instance of TableConfigException with nested exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TableConfigException
Creates a new instance of TableConfigException without detail message.- Parameters:
errorMessage- Error message
-
TableConfigException
Creates an instance of TableConfigException with nested exception- Parameters:
errorMessage- Error messagee- Nested exception
-