Class OperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wildfly.prospero.api.exceptions.OperationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApplyCandidateException, ArtifactPromoteException, ArtifactResolutionException, ChannelDefinitionException, FeaturePackTemplateManager.FeatureTemplateVersionMismatchException, FeaturesAddAction.ConfigurationNotFoundException, FeaturesAddAction.FeaturePackAlreadyInstalledException, FeaturesAddAction.LayerNotFoundException, FeaturesAddAction.ModelNotDefinedException, InvalidRepositoryArchiveException, InvalidUpdateCandidateException, MetadataException, NoChannelException, UnresolvedChannelMetadataException

public class OperationException extends Exception
See Also:
  • Constructor Details

    • OperationException

      public OperationException(String msg, Throwable e)
    • OperationException

      public OperationException(String msg)
    • OperationException

      public OperationException(Throwable e)