-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error
public class LcpError.Return extends LcpError
Errors while returning a loan.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLcpError.Return.ReturnFailedYour publication could not be returned properly.
public classLcpError.Return.AlreadyReturnedOrExpiredYour publication has already been returned before or is expired.
public classLcpError.Return.UnexpectedServerErrorAn unexpected error has occurred on the licensing server.
-
Method Summary
Modifier and Type Method Description StringgetMessage()ErrorgetCause()-
-
Method Detail
-
getMessage
String getMessage()
-
getCause
Error getCause()
-
-
-
-