-
- All Implemented Interfaces:
-
java.io.Serializable
public final class FacebookAuthorizationException extends FacebookException
An Exception indicating that Login failed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFacebookAuthorizationException.Companion
-
Constructor Summary
Constructors Constructor Description FacebookAuthorizationException()Constructs a FacebookAuthorizationException with no additional information. FacebookAuthorizationException(String message)Constructs a FacebookAuthorizationException with a message. FacebookAuthorizationException(String message, Throwable throwable)Constructs a FacebookAuthorizationException with a message and inner error. FacebookAuthorizationException(Throwable throwable)Constructs a FacebookAuthorizationException with an inner error.
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()StringgetMessage()-
Methods inherited from class com.facebook.FacebookAuthorizationException
toString -
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FacebookAuthorizationException
FacebookAuthorizationException()
Constructs a FacebookAuthorizationException with no additional information.
-
FacebookAuthorizationException
FacebookAuthorizationException(String message)
Constructs a FacebookAuthorizationException with a message.- Parameters:
message- A String to be returned from getMessage.
-
FacebookAuthorizationException
FacebookAuthorizationException(String message, Throwable throwable)
Constructs a FacebookAuthorizationException with a message and inner error.- Parameters:
message- A String to be returned from getMessage.throwable- A Throwable to be returned from getCause.
-
FacebookAuthorizationException
FacebookAuthorizationException(Throwable throwable)
Constructs a FacebookAuthorizationException with an inner error.- Parameters:
throwable- A Throwable to be returned from getCause.
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-