Package com.mindsdb.exception
Class UnknownError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mindsdb.exception.UnknownError
- All Implemented Interfaces:
Serializable
Exception thrown to indicate that an unknown error has occurred.
This class extends
Exception
and is used when an error
cannot be specifically categorized or identified.- 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
-
UnknownError
-