Class NotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchCatalogException, NoSuchColumnException, NoSuchCredentialException, NoSuchFilesetException, NoSuchGroupException, NoSuchJobException, NoSuchJobTemplateException, NoSuchLocationNameException, NoSuchMetadataObjectException, NoSuchMetalakeException, NoSuchModelException, NoSuchModelVersionException, NoSuchModelVersionURINameException, NoSuchPartitionException, NoSuchPolicyException, NoSuchRoleException, NoSuchSchemaException, NoSuchTableException, NoSuchTagException, NoSuchTopicException, NoSuchUserException

public class NotFoundException extends GravitinoRuntimeException
Base class for all exceptions thrown when a resource is not found.
See Also:
  • Constructor Details

    • NotFoundException

      @FormatMethod public NotFoundException(@FormatString String message, Object... args)
      Constructs a new NotFoundException.
      Parameters:
      message - The detail message.
      args - The arguments to the message.
    • NotFoundException

      @FormatMethod public NotFoundException(Throwable cause, String message, Object... args)
      Constructs a new NotFoundException.
      Parameters:
      cause - The cause of the exception.
      message - The detail message.
      args - The arguments to the message.