org.codehaus.plexus.resource.loader
Class ResourceIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.resource.loader.ResourceNotFoundException
              extended by 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 the ResourceManager, or ResourceLoader encounters an IOException, which indicates that the resource exists, but wasn't accessible.

See Also:
Serialized Form

Constructor Summary
ResourceIOException(java.lang.String name)
           
ResourceIOException(java.lang.String name, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceIOException

public ResourceIOException(java.lang.String name,
                           java.lang.Throwable cause)

ResourceIOException

public ResourceIOException(java.lang.String name)


Copyright © 2001-2010 Codehaus. All Rights Reserved.