Class AFileListResolutionError.ExternalUrlCannotBeRead

All Implemented Interfaces:
Serializable
Enclosing class:
AFileListResolutionError

public static final class AFileListResolutionError.ExternalUrlCannotBeRead extends AFileListResolutionError.AResourceItemResolutionError
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ExternalUrlCannotBeRead

      public ExternalUrlCannotBeRead(Throwable cause, ResourceItem item, URL url)
      Parameters:
      cause - Underlying cause of the error, may be null.
      item - Item that was resolved.
      url - Value returned by getUrl().
  • Method Details

    • getUrl

      public URL getUrl()
      Returns:
      The URL from which to read the data.