Back to project page AndroidOperaLink.
The source code is released under:
Apache License
If you think the Android project AndroidOperaLink listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.opera.link.apilib.android.exceptions; /*from w ww. j ava 2 s . co m*/ public class LinkItemNotFound extends LibOperaLinkException { public LinkItemNotFound() { super("Requested item with id given does not exist on the server"); } /** * */ private static final long serialVersionUID = 1L; }