org.codehaus.plexus.resource.loader
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 the ResourceManager
, or
ResourceLoader
encounters an IOException
, which indicates that the resource exists, but
wasn't accessible.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceIOException
public ResourceIOException(String name,
Throwable cause)
ResourceIOException
public ResourceIOException(String name)
Copyright © 2001-2011 Codehaus. All Rights Reserved.