Class OperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wildfly.prospero.api.exceptions.OperationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArtifactPromoteException,ArtifactResolutionException,ChannelDefinitionException,FeaturesAddAction.ConfigurationNotFoundException,FeaturesAddAction.FeaturePackAlreadyInstalledException,FeaturesAddAction.LayerNotFoundException,FeaturesAddAction.ModelNotDefinedException,InvalidUpdateCandidateException,MetadataException,NoChannelException,UnresolvedChannelMetadataException
public class OperationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationException(String msg)OperationException(String msg, Throwable e)OperationException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-