Class QueryException

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

public final class QueryException extends RuntimeException
Version:
$Revision: 1.0 $ $Date: Mar 3, 2016 5:26:36 PM $
Author:
Steven Wee wmkm0113@Hotmail.com
See Also:
  • Constructor Details

    • QueryException

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

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