Class FacebookCheckedException

    • Constructor Detail

      • FacebookCheckedException

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

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