public abstract class FacebookException extends RuntimeException
Constructor and Description |
---|
FacebookException(String message)
Creates an exception with the given message.
|
FacebookException(String message,
Throwable cause)
Creates an exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FacebookException(String message)
message
- A message describing this exception.Copyright © 2014. All rights reserved.