Class UnknownRepositoryLayoutException

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

      Fields 
      Modifier and Type Field Description
      private java.lang.String layoutId  
    • 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 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
    • Field Detail

      • layoutId

        private final java.lang.String layoutId
    • 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()