org.sonatype.aether.repository
Class NoLocalRepositoryManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sonatype.aether.RepositoryException
org.sonatype.aether.repository.NoLocalRepositoryManagerException
- All Implemented Interfaces:
- java.io.Serializable
public class NoLocalRepositoryManagerException
- extends RepositoryException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoLocalRepositoryManagerException
public NoLocalRepositoryManagerException(LocalRepository repository)
NoLocalRepositoryManagerException
public NoLocalRepositoryManagerException(LocalRepository repository,
java.lang.String message)
NoLocalRepositoryManagerException
public NoLocalRepositoryManagerException(LocalRepository repository,
java.lang.Throwable cause)
NoLocalRepositoryManagerException
public NoLocalRepositoryManagerException(LocalRepository repository,
java.lang.String message,
java.lang.Throwable cause)
getRepository
public LocalRepository getRepository()
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.