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:
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(String name)
ResourceIOException(String name, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-