Class 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:
  • Field Details

  • Constructor Details

    • ResourceIOException

      public ResourceIOException(String name, Throwable cause)
    • ResourceIOException

      public ResourceIOException(String name)