Klasse FacebookCheckedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.restfb.exception.FacebookCheckedException
Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
FacebookDeviceTokenException

public abstract class FacebookCheckedException extends Exception
Siehe auch:
  • Konstruktordetails

    • FacebookCheckedException

      protected FacebookCheckedException(String message)
      Creates an exception with the given message.
      Parameter:
      message - A message describing this exception.
    • FacebookCheckedException

      protected FacebookCheckedException(String message, Throwable cause)
      Creates an exception with the given message and cause.
      Parameter:
      message - A message describing this exception.
      cause - The exception that caused this exception to be thrown.