Class DatabaseNotExistException

  • All Implemented Interfaces:
    Serializable

    @PublicEvolving
    public class DatabaseNotExistException
    extends Exception
    Exception for trying to operate on a database that doesn't exist.
    See Also:
    Serialized Form
    • Constructor Detail

      • DatabaseNotExistException

        public DatabaseNotExistException​(String catalogName,
                                         String databaseName,
                                         Throwable cause)
      • DatabaseNotExistException

        public DatabaseNotExistException​(String catalogName,
                                         String databaseName)