org.apache.archiva.repository
Class RepositoryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.archiva.repository.RepositoryException
              extended by org.apache.archiva.repository.RepositoryNotFoundException
All Implemented Interfaces:
Serializable

public class RepositoryNotFoundException
extends RepositoryException

RepositoryNotFoundException

See Also:
Serialized Form

Constructor Summary
RepositoryNotFoundException()
           
RepositoryNotFoundException(String message)
           
RepositoryNotFoundException(String message, Throwable cause)
           
RepositoryNotFoundException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

RepositoryNotFoundException

public RepositoryNotFoundException()

RepositoryNotFoundException

public RepositoryNotFoundException(String message,
                                   Throwable cause)

RepositoryNotFoundException

public RepositoryNotFoundException(String message)

RepositoryNotFoundException

public RepositoryNotFoundException(Throwable cause)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.