Class UnresolvedChannelMetadataException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wildfly.prospero.api.exceptions.OperationException
org.wildfly.prospero.api.exceptions.UnresolvedChannelMetadataException
All Implemented Interfaces:
Serializable

public class UnresolvedChannelMetadataException extends OperationException
See Also:
  • Constructor Details

    • UnresolvedChannelMetadataException

      public UnresolvedChannelMetadataException(String msg, Throwable cause, Set<org.wildfly.channel.ChannelMetadataCoordinate> missingArtifacts, Set<org.wildfly.channel.Repository> repositories, boolean offline)
  • Method Details

    • getMissingArtifacts

      public Set<org.wildfly.channel.ChannelMetadataCoordinate> getMissingArtifacts()
    • getRepositories

      public Set<org.wildfly.channel.Repository> getRepositories()
    • isOffline

      public boolean isOffline()