org.apache.maven.repository
Class LocalRepositoryNotAccessibleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.maven.repository.LocalRepositoryNotAccessibleException
All Implemented Interfaces:
Serializable

public class LocalRepositoryNotAccessibleException
extends IOException

Signals a failure to store files within the local repository.

Author:
Benjamin Bentmann
See Also:
Serialized Form

Constructor Summary
LocalRepositoryNotAccessibleException(String message)
           
LocalRepositoryNotAccessibleException(String message, 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

LocalRepositoryNotAccessibleException

public LocalRepositoryNotAccessibleException(String message,
                                             Throwable cause)

LocalRepositoryNotAccessibleException

public LocalRepositoryNotAccessibleException(String message)


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.