IllegalCollectionException Class
- 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. IllegalCollectionException
- com.
- org.
- org.
- java.
- java.
- java.
public class IllegalCollectionException
extends org.springframework.dao.DataAccessException
General exception for illegal collection of cosmos db
Constructor Summary
Constructor | Description |
---|---|
IllegalCollectionException(String msg) |
Construct a |
IllegalCollectionException(String msg, Throwable cause) |
Construct a |
Methods inherited from java.lang.Object
Methods inherited from java.lang.Throwable
addSuppressed
fillInStackTrace
getCause
getLocalizedMessage
getMessage
getStackTrace
getSuppressed
initCause
printStackTrace
printStackTrace
printStackTrace
setStackTrace
toString
Methods inherited from org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException.contains(java.lang.Class<
org.springframework.core.NestedRuntimeException.getMostSpecificCause
org.springframework.core.NestedRuntimeException.getRootCause
Constructor Details
IllegalCollectionException
public IllegalCollectionException(String msg)
Construct a IllegalQueryException
with the specified detail message.
Parameters:
msg
- the detail message
IllegalCollectionException
public IllegalCollectionException(String msg, Throwable cause)
Construct a IllegalQueryException
with the specified detail message and nested exception.
Parameters:
msg
- the detail message
cause
- the nested exception
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for Java