Class UnknownError

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mindsdb.exception.UnknownError
All Implemented Interfaces:
Serializable

public class UnknownError extends Exception
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 Details

    • UnknownError

      public UnknownError(String message)