Package org.apache.maven.repository
Class LocalRepositoryNotAccessibleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.maven.repository.LocalRepositoryNotAccessibleException
-
- All Implemented Interfaces:
java.io.Serializable
public class LocalRepositoryNotAccessibleException extends java.io.IOException
Signals a failure to store files within the local repository.- Author:
- Benjamin Bentmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalRepositoryNotAccessibleException(java.lang.String message)
LocalRepositoryNotAccessibleException(java.lang.String message, java.lang.Throwable cause)
-