Class FeaturesAddAction.ModelNotDefinedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wildfly.prospero.api.exceptions.OperationException
org.wildfly.prospero.actions.FeaturesAddAction.ModelNotDefinedException
All Implemented Interfaces:
Serializable
Enclosing class:
FeaturesAddAction

public static class FeaturesAddAction.ModelNotDefinedException extends OperationException
Thrown if either the user requested model is not supported by the feature-packs, or if it is impossible to determine default model.
See Also:
  • Constructor Details

    • ModelNotDefinedException

      public ModelNotDefinedException(String msg, Set<String> supportedModels)
    • ModelNotDefinedException

      public ModelNotDefinedException(String msg, String model, Set<String> supportedModels)
  • Method Details

    • getModel

      public String getModel()
    • getSupportedModels

      public Set<String> getSupportedModels()