Class IllegalQueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.dao.DataAccessException
-
- com.azure.spring.data.cosmos.exception.IllegalQueryException
-
- All Implemented Interfaces:
Serializable
public class IllegalQueryException extends org.springframework.dao.DataAccessExceptionGeneral exception for illegal query of cosmos db- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalQueryException(String msg)Construct aIllegalQueryExceptionwith the specified detail message.IllegalQueryException(String msg, Throwable cause)Construct aIllegalQueryExceptionwith the specified detail message and nested exception.
-
Method Summary
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalQueryException
public IllegalQueryException(String msg)
Construct aIllegalQueryExceptionwith the specified detail message.- Parameters:
msg- the detail message
-
-