Class UnknownRepositoryLayoutException

All Implemented Interfaces:
Serializable

@Deprecated public class UnknownRepositoryLayoutException extends InvalidRepositoryException
Deprecated.
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.
See Also:
  • Constructor Details

    • UnknownRepositoryLayoutException

      public UnknownRepositoryLayoutException(String repositoryId, String layoutId)
      Deprecated.
    • UnknownRepositoryLayoutException

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

    • getLayoutId

      public String getLayoutId()
      Deprecated.