public class IllegalQueryException
extends org.springframework.dao.DataAccessException
| Constructor and Description |
|---|
IllegalQueryException(String msg)
Construct a
IllegalQueryException with the specified detail message. |
IllegalQueryException(String msg,
Throwable cause)
Construct a
IllegalQueryException with the specified detail message
and nested exception. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalQueryException(String msg)
IllegalQueryException with the specified detail message.msg - the detail messageCopyright © 2021 Microsoft Corporation. All rights reserved.