Package io.stargate.sdk.rest.exception
Class IndexNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.stargate.sdk.rest.exception.IndexNotFoundException
- All Implemented Interfaces:
Serializable
Specialized Error.
- Author:
- Cedrick LUNVEN (@clunven)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndexNotFoundException(String idxName) Constructor with message.IndexNotFoundException(String idxName, Throwable parent) Constructor with message and parent. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexNotFoundException
Constructor with message.- Parameters:
idxName- index name
-
IndexNotFoundException
Constructor with message and parent.- Parameters:
idxName- index nameparent- parent exception
-