Class UnknownRepositoryLayoutException

All Implemented Interfaces:
Serializable

public class UnknownRepositoryLayoutException extends 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 Link icon

    • UnknownRepositoryLayoutException Link icon

      public UnknownRepositoryLayoutException(String repositoryId, String layoutId)
    • UnknownRepositoryLayoutException Link icon

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

    • getLayoutId Link icon

      public String getLayoutId()