FacebookOperationCanceledException
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

An Exception indicating that an operation was canceled before it completed.

Estende:FacebookException
Pacote:facebook
Construtores
FacebookOperationCanceledException()

Constructs a FacebookOperationCanceledException with no additional information.

public FacebookOperationCanceledException()
FacebookOperationCanceledException(String)

Constructs a FacebookOperationCanceledException with a message.

public FacebookOperationCanceledException(String message)
ParâmetroDescrição
messageA String to be returned from getMessage.
FacebookOperationCanceledException(String, Throwable)

Constructs a FacebookOperationCanceledException with a message and inner error.

public FacebookOperationCanceledException(String message, Throwable throwable)
ParâmetroDescrição
messageA String to be returned from getMessage.
throwableA Throwable to be returned from getCause.
FacebookOperationCanceledException(Throwable)

Constructs a FacebookOperationCanceledException with an inner error.

public FacebookOperationCanceledException(Throwable throwable)
ParâmetroDescrição
throwableA Throwable to be returned from getCause.