Package org.wildfly.prospero.actions
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelNotDefinedException(String msg, String model, Set<String> supportedModels)ModelNotDefinedException(String msg, Set<String> supportedModels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetModel()Set<String>getSupportedModels()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-