Package com.mindsdb.exception
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mindsdb.exception.ObjectNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when an object is not found.
This class extends
Exception
to provide a specific
type of error indicating that the requested object is not found.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObjectNotFoundException
-