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
An instance of this class is thrown, if the
ResourceManager
, or
ResourceLoader
encounters an IOException
, which indicates that the resource exists, but
wasn't accessible.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResourceIOException
(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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ResourceIOException
-
ResourceIOException
-