Package org.apache.maven.artifact
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
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 SummaryConstructorsConstructorDescriptionUnknownRepositoryLayoutException(String repositoryId, String layoutId) Deprecated.UnknownRepositoryLayoutException(String repositoryId, String layoutId, org.codehaus.plexus.component.repository.exception.ComponentLookupException e) Deprecated.
- 
Method SummaryMethods inherited from class org.apache.maven.artifact.InvalidRepositoryExceptiongetRepositoryIdMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details
- 
Method Details- 
getLayoutIdDeprecated.
 
-