Package 

Class ReadError.Access

  • All Implemented Interfaces:
    org.readium.r2.shared.util.Error

    
    public final class ReadError.Access
    extends ReadError
                        

    An error occurred while trying to access the content.

    At the moment, AccessErrors constructed by the toolkit can be either a FileSystemError, a ContentResolverError or an HttpError.

    • Method Summary

      Modifier and Type Method Description
      AccessError getCause() The cause error or null if there is none.
      String getMessage() An error message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait