Class SchemaAlreadyExistsException

All Implemented Interfaces:
Serializable

public class SchemaAlreadyExistsException extends TrinoException
See Also:
  • Constructor Details

    • SchemaAlreadyExistsException

      public SchemaAlreadyExistsException(String schemaName)
    • SchemaAlreadyExistsException

      public SchemaAlreadyExistsException(String schemaName, String message)
  • Method Details

    • getSchemaName

      public String getSchemaName()