public class InvalidRequestException extends SqlResourceException
Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE_CANNOT_BASE64DECODE |
static String |
MESSAGE_INVALID_PARAMS |
static String |
MESSAGE_LIMIT_REQUIRED |
static String |
MESSAGE_OFFSET_REQUIRED |
static String |
MESSAGE_READONLY_PARAM |
static String |
MESSAGE_SQLRESOURCE_REQUIRED |
static String |
MESSSAGE_INSERT_MISSING_PARAMS |
static String |
MESSSAGE_UPDATE_MISSING_PARAMS |
Constructor and Description |
---|
InvalidRequestException(String message)
Creates exception with the provided message.
|
InvalidRequestException(String message,
Object... args)
Creates exception with a formatted message and arguments.
|
InvalidRequestException(Throwable cause)
Creates exception from a throwable.
|
getMessage, getSql
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String MESSSAGE_INSERT_MISSING_PARAMS
public static final String MESSSAGE_UPDATE_MISSING_PARAMS
public static final String MESSAGE_SQLRESOURCE_REQUIRED
public static final String MESSAGE_INVALID_PARAMS
public static final String MESSAGE_LIMIT_REQUIRED
public static final String MESSAGE_OFFSET_REQUIRED
public static final String MESSAGE_READONLY_PARAM
public static final String MESSAGE_CANNOT_BASE64DECODE
public InvalidRequestException(String message)
public InvalidRequestException(String message, Object... args)
public InvalidRequestException(Throwable cause)
Copyright © 2011-2018 restSQL Project Contributors