Class ViewAlreadyExistsException

All Implemented Interfaces:
Serializable

public class ViewAlreadyExistsException extends TrinoException
See Also:
  • Constructor Details

    • ViewAlreadyExistsException

      public ViewAlreadyExistsException(SchemaTableName viewName)
    • ViewAlreadyExistsException

      public ViewAlreadyExistsException(SchemaTableName viewName, String message)
  • Method Details