Klasse ResourceIOException

Alle implementierten Schnittstellen:
Serializable

Wraps an IOException and the path for the resource to which it applies.
Siehe auch:
  • Felddetails

    • resource

      public final DocPath resource
      The resource that was in use when the exception occurred.
  • Konstruktordetails

    • ResourceIOException

      public ResourceIOException(DocPath resource, IOException cause)
      Creates an exception to wrap an IO exception, the resource which caused it.
      Parameter:
      resource - the resource in use when the exception occurred
      cause - the underlying exception