-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public final class LcpError.Network extends LcpError
A network request failed with the given exception.
-
-
Constructor Summary
Constructors Constructor Description LcpError.Network(Error cause)
-
Method Summary
Modifier and Type Method Description ErrorgetCause()StringgetMessage()-
-
Method Detail
-
getCause
Error getCause()
-
getMessage
String getMessage()
-
-
-
-