Class UnknownRepositoryLayoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.artifact.InvalidRepositoryException
org.apache.maven.artifact.UnknownRepositoryLayoutException
All Implemented Interfaces:
Serializable

public class UnknownRepositoryLayoutException extends org.apache.maven.artifact.InvalidRepositoryException
Exception which is meant to occur when a layout specified for a particular repository doesn't have a corresponding ArtifactRepositoryLayout component in the current container.
Author:
jdcasey
See Also:
  • Constructor Details

    • UnknownRepositoryLayoutException

      public UnknownRepositoryLayoutException(String repositoryId, String layoutId)
    • UnknownRepositoryLayoutException

      public UnknownRepositoryLayoutException(String repositoryId, String layoutId, org.codehaus.plexus.component.repository.exception.ComponentLookupException e)
  • Method Details

    • getLayoutId

      public String getLayoutId()