[tuxdroid-svn] r5780 - software_suite_v3/software/plugin/plugin-facebook/branches/october_release/s
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2009-10-28 12:41:11
|
Author: jerome Date: 2009-10-28 13:40:53 +0100 (Wed, 28 Oct 2009) New Revision: 5780 Added: software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/connection/FacebookLoginException.java Log: * Forget to add new exception class. Added: software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/connection/FacebookLoginException.java =================================================================== --- software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/connection/FacebookLoginException.java (rev 0) +++ software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/connection/FacebookLoginException.java 2009-10-28 12:40:53 UTC (rev 5780) @@ -0,0 +1,7 @@ +package com.kysoh.plugins.facebook.connection; + +public class FacebookLoginException extends Exception{ + + private static final long serialVersionUID = 1L; + +} |