Class ResourceIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.resource.loader.ResourceNotFoundException
-
- org.codehaus.plexus.resource.loader.ResourceIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class ResourceIOException extends ResourceNotFoundException
An instance of this class is thrown, if theResourceManager
, orResourceLoader
encounters anIOException
, which indicates that the resource exists, but wasn't accessible.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceIOException(java.lang.String name)
ResourceIOException(java.lang.String name, java.lang.Throwable cause)
-