net.sf.fb4j
Class UserNotLoggedInError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.fb4j.FacebookRuntimeException
                  extended by net.sf.fb4j.UserNotLoggedInError
All Implemented Interfaces:
java.io.Serializable

public class UserNotLoggedInError
extends FacebookRuntimeException

Thrown when an trying to call method that requires login on behalf of a user that has not yet logged in.

Author:
Gino Miceli
See Also:
Serialized Form

Constructor Summary
UserNotLoggedInError()
           
UserNotLoggedInError(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserNotLoggedInError

public UserNotLoggedInError()

UserNotLoggedInError

public UserNotLoggedInError(java.lang.String msg)


Copyright © 2008. All Rights Reserved.