Class ObjectNotFoundException

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

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

    • ObjectNotFoundException

      public ObjectNotFoundException(String message)