Class QueryBuilderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.bugreaper.modules.db.exceptions.QueryBuilderException
All Implemented Interfaces:
Serializable

public class QueryBuilderException extends RuntimeException
Exceptions that can be thrown during QueryBuilder use
See Also:
  • Constructor Details

    • QueryBuilderException

      public QueryBuilderException(String message)
      Constructs a new exception with the specified detail message
      Parameters:
      message - String with message
    • QueryBuilderException

      public QueryBuilderException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - String with message
      cause - the cause