Class SqlUnsupportedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnsupportedDataTypeException, UnsupportedFunctionException, UnsupportedRelOperatorException

public abstract class SqlUnsupportedException extends ForemanSetupException
See Also:
  • Constructor Details

    • SqlUnsupportedException

      public SqlUnsupportedException(String jiraNumber, String disabledFunctionality)
    • SqlUnsupportedException

      public SqlUnsupportedException(String errorMessage)
  • Method Details