Class UnknownRepositoryLayoutException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownRepositoryLayoutException​(java.lang.String repositoryId, java.lang.String layoutId)  
      UnknownRepositoryLayoutException​(java.lang.String repositoryId, java.lang.String layoutId, org.codehaus.plexus.component.repository.exception.ComponentLookupException e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLayoutId()  
      • Methods inherited from class org.apache.maven.artifact.InvalidRepositoryException

        getRepositoryId
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownRepositoryLayoutException

        public UnknownRepositoryLayoutException​(java.lang.String repositoryId,
                                                java.lang.String layoutId)
      • UnknownRepositoryLayoutException

        public UnknownRepositoryLayoutException​(java.lang.String repositoryId,
                                                java.lang.String layoutId,
                                                org.codehaus.plexus.component.repository.exception.ComponentLookupException e)
    • Method Detail

      • getLayoutId

        public java.lang.String getLayoutId()